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>

Nguyễn Thái Ngọc Duy committed Apr 15, 2018 at 17:36 UTC e9e33ab0fba44c2680f5461cdc774c88b3bf4ac1
1 file changed +1 -1
t/t7700-repack.sh
+1 -1
@@ -194,7 +194,7 @@ test_expect_success 'objects made unreachable by grafts only are kept' '
194 git reflog expire --expire=$test_tick --expire-unreachable=$test_tick --all &&
195 git repack -a -d &&
196 git cat-file -t $H1
197 - '
197 +'
198
199 test_done
200