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

Loading…
Cancel
Save