commit | 419a30387513dbcd65e887457c973bd00b85a3f4 | [log] [tgz] |
---|---|---|
author | Zhou Yu <zyu@pivotal.io> | Tue Oct 06 16:13:18 2015 +0100 |
committer | Glyn Normington <gnormington@pivotal.io> | Tue Oct 06 16:13:18 2015 +0100 |
tree | 5d65e2011f424de1db95969e759d5e9148f333b6 | |
parent | d6dbcadd097a94624226ca555d70a0d14d4d6181 [diff] |
Reformat Signed-off-by: Glyn Normington <gnormington@pivotal.io>
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"