Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
filter-junit: Fix gofmt error
Signed-off-by: Animesh Kumar <[email protected]>
  • Loading branch information
animeshk08 committed Jun 18, 2020
commit 5a54e67d80858259793f0b970c227153db1f4c06
2 changes: 1 addition & 1 deletion filter-junit.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ limitations under the License.
This command filters a JUnit file such that only tests with a name
matching a regular expression are passed through. By concatenating
multiple input files it is possible to merge them into a single file.
*/
*/
package main

import (
Expand Down