Skip to content

Commit 7d1be34

Browse files
committed
fmt
1 parent 64bea41 commit 7d1be34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/src/app.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
use async_trait::async_trait;
22
use loco_openapi::prelude::*;
33
use loco_rs::{
4+
Result,
45
app::{AppContext, Hooks, Initializer},
56
bgworker::{BackgroundWorker, Queue},
6-
boot::{create_app, BootResult, StartMode},
7+
boot::{BootResult, StartMode, create_app},
78
config::Config,
89
controller::AppRoutes,
910
db::{self, truncate_table},
1011
environment::Environment,
1112
task::Tasks,
12-
Result,
1313
};
1414
use migration::Migrator;
1515
use std::path::Path;

0 commit comments

Comments
 (0)