Skip to content

feat: フォームの回答のタイトルの設定を追加 #447

feat: フォームの回答のタイトルの設定を追加

feat: フォームの回答のタイトルの設定を追加 #447

This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / rustfmt failed Sep 10, 2023 in 0s

rustfmt

1 file, 2 counts

Details

Results

Format checked Amount
Files 1
Count 2

Versions

  • rustc 1.73.0-nightly (08d00b40a 2023-08-09)

  • cargo 1.73.0-nightly (d78bbf4bd 2023-08-03)

  • rustfmt 1.6.0-nightly (08d00b4 2023-08-09)

Annotations

Check warning on line 13 in /home/runner/work/seichi-portal-backend/seichi-portal-backend/server/entrypoint/src/main.rs

See this annotation in the file changed.

@github-actions github-actions / rustfmt

rustfmt check

Original:

              ```
              
              ```
            
Expected:

              ```
                  auth::auth,

              ```
            

Check warning on line 11 in /home/runner/work/seichi-portal-backend/seichi-portal-backend/server/entrypoint/src/main.rs

See this annotation in the file changed.

@github-actions github-actions / rustfmt

rustfmt check

Original:

              ```
              use presentation::auth::auth;

              ```
            
Expected:

              ```
              
              ```