Skip to content

Commit cd70709

Browse files
committed
Run rustfmt.
1 parent 5751240 commit cd70709

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/main.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ fn main() {
3030
.add_plugin(calc_channel::CalcPlugin::default())
3131
.add_plugin(msg_stream_channel::MsgStreamPlugin::default());
3232

33-
flutter.start_engine(&PathBuf::from(asset_dir), &[], snapshot).unwrap();
33+
flutter
34+
.start_engine(&PathBuf::from(asset_dir), &[], snapshot)
35+
.unwrap();
3436

3537
flutter.with_plugin(|p: &settings::SettingsPlugin| {
3638
p.start_message()

0 commit comments

Comments
 (0)