mirror of
https://github.com/restic/restic.git
synced 2026-06-02 15:19:43 +00:00
fix comments to have the standard form
This commit is contained in:
@@ -422,12 +422,10 @@ func (s *Server) Flush() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
// Returns the backend used for this server.
|
||||
func (s *Server) Backend() backend.Backend {
|
||||
return s.be
|
||||
}
|
||||
|
||||
// Returns the index of this server.
|
||||
func (s *Server) Index() *Index {
|
||||
return s.idx
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user