Skip to content

Commit 89e6410

Browse files
hashplinggitster
authored andcommitted
t7810-grep.sh: fix a whitespace inconsistency
Signed-off-by: Charles Bailey <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 878452b commit 89e6410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t7810-grep.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ do
175175

176176
test_expect_success "grep -c $L (no /dev/null)" '
177177
! git grep -c test $H | grep /dev/null
178-
'
178+
'
179179

180180
test_expect_success "grep --max-depth -1 $L" '
181181
{

0 commit comments

Comments
 (0)