From e7a3348efc6f619e352c8c3c103da703639a3824 Mon Sep 17 00:00:00 2001 From: Peter Evans <18365890+peter-evans@users.noreply.github.com> Date: Thu, 12 Sep 2024 11:08:14 +0000 Subject: [PATCH] fix format --- __test__/git-command-manager.int.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__test__/git-command-manager.int.test.ts b/__test__/git-command-manager.int.test.ts index 65ce037..33304a4 100644 --- a/__test__/git-command-manager.int.test.ts +++ b/__test__/git-command-manager.int.test.ts @@ -41,6 +41,6 @@ describe('git-command-manager integration tests', () => { expect(headCommit.changes).toEqual([ {mode: '100644', status: 'A', path: 'README.md'}, {mode: '100644', status: 'D', path: 'README_TEMP.md'} - ]) + ]) }) })