aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/storer/storer.go
diff options
context:
space:
mode:
Diffstat (limited to 'plumbing/storer/storer.go')
-rw-r--r--plumbing/storer/storer.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plumbing/storer/storer.go b/plumbing/storer/storer.go
index 863070d..c7bc65a 100644
--- a/plumbing/storer/storer.go
+++ b/plumbing/storer/storer.go
@@ -8,7 +8,7 @@ type Storer interface {
// Initializer should be implemented by storers that require to perform any
// operation when creating a new repository (i.e. git init).
-type Initializer interface{
+type Initializer interface {
// Init performs initialization of the storer and returns the error, if
// any.
Init() error