Skip to content

Commit 36ea4ff

Browse files
committed
filter-junit: Fix golint error
Signed-off-by: Animesh Kumar <animuz111@gmail.com>
1 parent f5a4203 commit 36ea4ff

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)