Skip to content

Commit c3d66be

Browse files
committed
OK to check makefile for trailing space
1 parent 7a12dc0 commit c3d66be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xt/trailing-whitespace.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use lib 'lib';
66
use Test-Files;
77

88
my @files = Test-Files.files\
9-
.grep({$_ ne 'LICENSE'|'Makefile'})\
9+
.grep({$_ ne 'LICENSE'})\
1010
.grep({! $_.contains: 'custom-theme'})\
1111
.grep({! $_.contains: 'util/trigger-rebuild.txt'})\
1212
.grep({! $_.contains: 'jquery'})\

0 commit comments

Comments
 (0)