Small style fix.

This commit is contained in:
Vytautas Astrauskas 2020-04-19 21:03:23 -07:00
parent 9a01c3fa3e
commit 3bb1657448

View File

@ -282,7 +282,7 @@ pub(crate) fn new(
panic_payload: None, panic_payload: None,
time_anchor: Instant::now(), time_anchor: Instant::now(),
layouts, layouts,
threads: Default::default(), threads: ThreadManager::default(),
} }
} }
} }