Skip to content

Commit 8e6f5f7

Browse files
committed
chore: breaking long line
1 parent 73d58c3 commit 8e6f5f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

node/node.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -787,7 +787,8 @@ func (s *Service) createSnapshots(ctx context.Context, fullSync bool, hashRanges
787787
continue
788788
}
789789
// If we're going to overwrite the file, we don't need to delete it.
790-
newFilename := getSnapshotFilenamePrefix() + getSnapshotFilenamePostfix(hashRange, since[hashRange], newSince)
790+
newFilename := getSnapshotFilenamePrefix() +
791+
getSnapshotFilenamePostfix(hashRange, since[hashRange], newSince)
791792
if newFilename != file.Key {
792793
filesToBeDeletedByHashRange[hashRange] = append(filesToBeDeletedByHashRange[hashRange], file.Key)
793794
}

0 commit comments

Comments
 (0)