commit | b2bcc584f90fad6966a4824799d970ead0b61c60 | [log] [tgz] |
---|---|---|
author | Onsi Fakhouri <onsijoe@gmail.com> | Tue Oct 06 20:56:25 2015 -0700 |
committer | Onsi Fakhouri <onsijoe@gmail.com> | Tue Oct 06 20:56:25 2015 -0700 |
tree | 5d65e2011f424de1db95969e759d5e9148f333b6 | |
parent | d6dbcadd097a94624226ca555d70a0d14d4d6181 [diff] | |
parent | 419a30387513dbcd65e887457c973bd00b85a3f4 [diff] |
Merge pull request #113 from cf-guardian/master Reformat
diff --git a/matchers/have_occurred_matcher.go b/matchers/have_occurred_matcher.go index c96dfee..cdc1d54 100644 --- a/matchers/have_occurred_matcher.go +++ b/matchers/have_occurred_matcher.go
@@ -2,6 +2,7 @@ import ( "fmt" + "github.com/onsi/gomega/format" )
diff --git a/matchers/with_transform_test.go b/matchers/with_transform_test.go index 2824df9..e52bf8e 100644 --- a/matchers/with_transform_test.go +++ b/matchers/with_transform_test.go
@@ -2,6 +2,7 @@ import ( "errors" + . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/matchers"