Skip to content

Commit

Permalink
fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas-Heiligenbrunner committed Aug 17, 2024
1 parent f4c51eb commit d78c716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/api/health.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use bollard::{Docker};
use bollard::Docker;
use rocket::{get, State};
use rocket_okapi::openapi;
use sea_orm::DatabaseConnection;
Expand Down

0 comments on commit d78c716

Please sign in to comment.