Skip to content

Commit

Permalink
fixed formatting mistakes have sneaked into prod
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm authored and github-actions[bot] committed Jul 20, 2024
1 parent b2bdf28 commit f5412e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/main-api/src/setup/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ async fn test_db_setup() {
tokio::time::sleep(Duration::from_secs(1)).await;
} else {
info!("successfully initalised the db in try {i}");
break
break;
}
}
}
Expand Down

0 comments on commit f5412e5

Please sign in to comment.