From 58d6c6fa8b9c0a6f36198631f56294aaa20b1396 Mon Sep 17 00:00:00 2001 From: Evan Sosenko Date: Tue, 10 Sep 2024 06:17:24 +0000 Subject: [PATCH] Format code --- .github/workflows/format.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 123e954..abb62b8 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -38,4 +38,4 @@ jobs: commit_message: Format code commit_user_name: ${{ secrets.GIT_USER_NAME }} commit_user_email: ${{ secrets.GIT_USER_EMAIL }} - commit_author: ${{ secrets.GIT_USER_NAME }} <${{ secrets.GIT_USER_EMAIL }}> \ No newline at end of file + commit_author: ${{ secrets.GIT_USER_NAME }} <${{ secrets.GIT_USER_EMAIL }}>