1
0
Fork 0

Remove some blank lines

master
Philip O'Toole 9 months ago
parent 364128c9b0
commit 5f3e854c4a

@ -520,7 +520,6 @@ func (s *Store) Bootstrap(servers ...*Server) error {
s.raft.BootstrapCluster(raft.Configuration{
Servers: raftServers,
})
return nil
}
@ -621,7 +620,6 @@ func (s *Store) Close(wait bool) (retErr error) {
if err := walDB.Close(); err != nil {
return err
}
return nil
}
@ -1258,7 +1256,6 @@ func (s *Store) load(lr *command.LoadRequest) error {
s.dbAppliedIndex = af.Index()
s.dbAppliedIndexMu.Unlock()
s.logger.Printf("node loaded in %s (%d bytes)", time.Since(startT), len(b))
return nil
}

Loading…
Cancel
Save