Run `go fmt`

This commit is contained in:
William Tisäter 2014-07-24 01:09:55 +02:00
parent da0458e405
commit 6b52d410b3
1 changed files with 4 additions and 4 deletions

View File

@ -177,8 +177,8 @@ func (s *StateStore) initialize() error {
Name: dbNodes,
Indexes: map[string]*MDBIndex{
"id": &MDBIndex{
Unique: true,
Fields: []string{"Node"},
Unique: true,
Fields: []string{"Node"},
CaseInsensitive: true,
},
},
@ -199,8 +199,8 @@ func (s *StateStore) initialize() error {
Fields: []string{"Node", "ServiceID"},
},
"service": &MDBIndex{
AllowBlank: true,
Fields: []string{"ServiceName"},
AllowBlank: true,
Fields: []string{"ServiceName"},
CaseInsensitive: true,
},
},