Skip to content

Commit

Permalink
chore: lint and fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
speed2exe committed Oct 10, 2024
1 parent 0b1b31c commit 620a5ec
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion admin_frontend/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pub mod config;
pub mod session;
pub mod models;
pub mod session;
1 change: 0 additions & 1 deletion admin_frontend/tests/main.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
mod oauth;
mod utils;

1 change: 1 addition & 0 deletions admin_frontend/tests/utils/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ use test_config::TestConfig;

pub struct AdminFrontendClient {
test_config: TestConfig,
#[allow(dead_code)]
server_config: Config,
session_id: Option<String>,
http_client: reqwest::Client,
Expand Down

0 comments on commit 620a5ec

Please sign in to comment.