Skip to content

Commit e9e33ab

Browse files
pcloudsgitster
authored andcommitted
t7700: have closing quote of a test at the beginning of line
The closing quote of a test body by convention is always at the start of line. Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent fe0a9ea commit e9e33ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t7700-repack.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ test_expect_success 'objects made unreachable by grafts only are kept' '
194194
git reflog expire --expire=$test_tick --expire-unreachable=$test_tick --all &&
195195
git repack -a -d &&
196196
git cat-file -t $H1
197-
'
197+
'
198198

199199
test_done
200200

0 commit comments

Comments
 (0)