1
0
mirror of https://github.com/securego/gosec.git synced 2025-11-25 22:22:17 +02:00

Fix gofmt formatting

This commit is contained in:
Cosmin Cojocar
2018-02-10 20:04:58 +01:00
parent e385ab872f
commit 230d286f4e
2 changed files with 22 additions and 22 deletions

View File

@@ -15,7 +15,7 @@ var _ = Describe("ImportTracker", func() {
})
Context("when I have a valid go package", func() {
It("should record all import specs", func() {
Expect(source).To(Equal(source))
Expect(source).To(Equal(source))
Skip("Not implemented")
})