Skip to content

Commit 140cd84

Browse files
felipecgitster
authored andcommitted
t: branch: trivial style fix
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent e230c56 commit 140cd84

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

t/t3200-branch.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ test_expect_success 'prepare a trivial repository' '
1414
echo World >>A &&
1515
git update-index --add A &&
1616
git commit -m "Second commit." &&
17-
HEAD=$(git rev-parse --verify HEAD)'
17+
HEAD=$(git rev-parse --verify HEAD)
18+
'
1819

1920
test_expect_success 'git branch --help should not have created a bogus branch' '
2021
test_might_fail git branch --help </dev/null >/dev/null 2>/dev/null &&

0 commit comments

Comments
 (0)