Skip to content

Commit da85db9

Browse files
committed
fix formatting
1 parent 0ab1d4b commit da85db9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vstest.console/Internal/FilePatternParser.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ private Tuple<string, string> SplitFilePatternOnWildCard(string filePattern)
9898
// Split the pattern based on first wild card character found.
9999
var splitOnWildCardIndex = filePattern.IndexOfAny(_wildCardCharacters);
100100
var pathBeforeWildCard = filePattern.Substring(0, splitOnWildCardIndex);
101-
101+
102102
// Find the last directory separator before the wildcard
103103
// On Windows, we need to check both \ and / as both are valid
104104
// On Unix-like systems, only / is the directory separator

0 commit comments

Comments
 (0)