Skip to content

Commit 41ec6d1

Browse files
authored
Merge pull request #93 from animeshk08/patch-1
filter-junit: Fix gofmt error
2 parents 0676fcb + 5a54e67 commit 41ec6d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

filter-junit.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ limitations under the License.
1818
This command filters a JUnit file such that only tests with a name
1919
matching a regular expression are passed through. By concatenating
2020
multiple input files it is possible to merge them into a single file.
21-
*/
21+
*/
2222
package main
2323

2424
import (

0 commit comments

Comments
 (0)