Fix formatting for the entire workspace

This commit is contained in:
Antonio Scandurra 2023-04-14 12:08:33 +02:00
parent 33bc47dbe2
commit 74ca223114
5 changed files with 10 additions and 13 deletions

View file

@ -19,8 +19,8 @@ use crate::{
platform,
platform::Platform,
util::CwdBacktrace,
AppContext, Drawable, Element, Entity, FontCache, Handle, Subscription, TestAppContext,
View, ViewContext,
AppContext, Drawable, Element, Entity, FontCache, Handle, Subscription, TestAppContext, View,
ViewContext,
};
#[cfg(test)]