Skip to content

Commit 70eabce

Browse files
felipecgitster
authored andcommitted
t: trivial whitespace cleanups
Signed-off-by: Felipe Contreras <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent e46c92e commit 70eabce

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

t/t0002-gitfile.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Verify that plumbing commands work when .git is a file
77
. ./test-lib.sh
88

99
objpath() {
10-
echo "$1" | sed -e 's|\(..\)|\1/|'
10+
echo "$1" | sed -e 's|\(..\)|\1/|'
1111
}
1212

1313
objck() {
@@ -19,7 +19,6 @@ objck() {
1919
fi
2020
}
2121

22-
2322
test_expect_success 'initial setup' '
2423
REAL="$(pwd)/.real" &&
2524
mv .git "$REAL"

t/t0003-attributes.sh

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ attr_check () {
1313
test_line_count = 0 err
1414
}
1515

16-
1716
test_expect_success 'setup' '
1817
mkdir -p a/b/d a/c b &&
1918
(

0 commit comments

Comments
 (0)