Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
realtux committed Mar 23, 2020
1 parent 116d0e6 commit 3a06f31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ fn main() {
"migrate" => migrations::handle(flags, enums::MigrationOperation::Migrate),
"rollback" => migrations::handle(flags, enums::MigrationOperation::Rollback),
_ => menu()
}
};

println!("");
}
Expand Down

0 comments on commit 3a06f31

Please sign in to comment.