Skip to content

Commit

Permalink
gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
djherbis committed Feb 11, 2016
1 parent a66f3bd commit 1e10026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion store.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ func (s *Store) put(key []byte, b interface{}) (err error) {
var data []byte
data, err = s.marshal(b)
if err != nil {
return err
return err
}

return s.db.Update(func(tx *bolt.Tx) error {
Expand Down

0 comments on commit 1e10026

Please sign in to comment.