[#1431] node: Fix comment format

Signed-off-by: Alexander Chuprov <a.chuprov@yadro.com>
This commit is contained in:
Alexander Chuprov 2024-10-14 18:05:55 +03:00 committed by Evgenii Stratonikov
parent f6582081a4
commit d83879d4b8
19 changed files with 30 additions and 30 deletions

View file

@ -26,7 +26,7 @@ func NewService(cfg *objectwriter.Config,
}
}
// Put calls internal service and returns v2 object streamer.
// Patch calls internal service and returns v2 object streamer.
func (s *Service) Patch() (object.PatchObjectStream, error) {
nodeKey, err := s.Config.KeyStorage.GetKey(nil)
if err != nil {