Unverified Commit 41ec6d15 by Kubernetes Prow Robot Committed by GitHub

Merge pull request #93 from animeshk08/patch-1

filter-junit: Fix gofmt error
parents 0676fcbd 5a54e67d
...@@ -18,7 +18,7 @@ limitations under the License. ...@@ -18,7 +18,7 @@ limitations under the License.
This command filters a JUnit file such that only tests with a name This command filters a JUnit file such that only tests with a name
matching a regular expression are passed through. By concatenating matching a regular expression are passed through. By concatenating
multiple input files it is possible to merge them into a single file. multiple input files it is possible to merge them into a single file.
*/ */
package main package main
import ( import (
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment