Skip to content

feat: ユーザー認証が帰るようにする #500

feat: ユーザー認証が帰るようにする

feat: ユーザー認証が帰るようにする #500

GitHub Actions / rustfmt failed Oct 8, 2023 in 0s

rustfmt

1 file, 2 counts

Details

Results

Format checked Amount
Files 1
Count 2

Versions

  • rustc 1.74.0-nightly (1e746d774 2023-09-07)

  • cargo 1.74.0-nightly (d14c85f4e 2023-09-05)

  • rustfmt 1.6.0-nightly (1e746d7 2023-09-07)

Annotations

Check warning on line 5 in /home/runner/work/seichi-portal-backend/seichi-portal-backend/server/presentation/src/auth.rs

See this annotation in the file changed.

@github-actions github-actions / rustfmt

rustfmt check

Original:

              ```
                  http::{Request, StatusCode},

              ```
            
Expected:

              ```
                  http::{HeaderValue, Request, StatusCode},

              ```
            

Check warning on line 1 in /home/runner/work/seichi-portal-backend/seichi-portal-backend/server/presentation/src/auth.rs

See this annotation in the file changed.

@github-actions github-actions / rustfmt

rustfmt check

Original:

              ```
              use axum::http::HeaderValue;

              ```
            
Expected:

              ```
              
              ```