Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tranzystorekk committed Jan 14, 2022
1 parent 55d6d21 commit e88ecae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqlx-cli/src/bin/cargo-sqlx.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use std::process;
#[derive(Parser, Debug)]
#[clap(bin_name = "cargo")]
enum Cli {
Sqlx(Opt)
Sqlx(Opt),
}

#[tokio::main]
Expand Down

0 comments on commit e88ecae

Please sign in to comment.