Skip to content

Commit

Permalink
Fixing style check issues
Browse files Browse the repository at this point in the history
  • Loading branch information
casibbald committed Oct 14, 2024
1 parent 56cc87f commit 2bdaab6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/bin/main.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use loco_rs::cli;
use myapp::app::App;
use migration::Migrator;
use myapp::app::App;

#[tokio::main]
async fn main() -> loco_rs::Result<()> {
Expand Down
2 changes: 1 addition & 1 deletion src/bin/tool.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use loco_rs::cli;
use myapp::app::App;
use migration::Migrator;
use myapp::app::App;

#[tokio::main]
async fn main() -> loco_rs::Result<()> {
Expand Down

0 comments on commit 2bdaab6

Please sign in to comment.