Skip to content

Commit 659370e

Browse files
Fix formatting: remove extra blank lines in test files
Removed duplicate blank line after serial_test import that was causing formatting check failures. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 4473eac commit 659370e

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

tests/auth_tests.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
mod common;
22
use serial_test::serial;
33

4-
54
use axum::body::Body;
65
use axum::http::{Request, StatusCode};
76
use common::*;

tests/label_rating_tests.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
mod common;
22
use serial_test::serial;
33

4-
54
use axum::body::Body;
65
use axum::http::{Request, StatusCode};
76
use common::*;

tests/schedule_tests.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
mod common;
22
use serial_test::serial;
33

4-
54
use axum::body::Body;
65
use axum::http::{Request, StatusCode};
76
use common::*;

tests/talk_tests.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
mod common;
22
use serial_test::serial;
33

4-
54
use axum::body::Body;
65
use axum::http::{Request, StatusCode};
76
use common::*;

0 commit comments

Comments
 (0)