Skip to content

Commit 0676fcb

Browse files
authored
Merge pull request #92 from animeshk08/patch-1
filter-junit: Fix golint error
2 parents f5a4203 + 36ea4ff commit 0676fcb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

filter-junit.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ limitations under the License.
1515
*/
1616

1717
/*
18-
* This command filters a JUnit file such that only tests with a name
19-
* matching a regular expression are passed through. By concatenating
20-
* multiple input files it is possible to merge them into a single file.
18+
This command filters a JUnit file such that only tests with a name
19+
matching a regular expression are passed through. By concatenating
20+
multiple input files it is possible to merge them into a single file.
2121
*/
2222
package main
2323

0 commit comments

Comments
 (0)