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"