Skip to content

Commit

Permalink
fix: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kip2 committed Mar 24, 2024
1 parent 25fa823 commit 9b7cf17
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 @@ -8,7 +8,7 @@ async fn main() {
std::process::exit(1);
}
};
// Execute query
// Execute
if let Err(e) = db_wipe::run(config).await {
eprintln!("{}", e);
std::process::exit(1);
Expand Down

0 comments on commit 9b7cf17

Please sign in to comment.