Skip to content

Commit

Permalink
all: gofmt
Browse files Browse the repository at this point in the history
Run standard gofmt command on project root.

- go version go1.10.3 darwin/amd64
  • Loading branch information
whilei authored and blgm committed Jun 16, 2018
1 parent c73579c commit 000d317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/integration_suite_test.go
Expand Up @@ -126,4 +126,4 @@ func startGinkgo(dir string, args ...string) *gexec.Session {
func removeSuccessfully(path string) {
err := os.RemoveAll(path)
Expect(err).NotTo(HaveOccurred())
}
}

0 comments on commit 000d317

Please sign in to comment.