Skip to content

Commit 310ba08

Browse files
authored
style: Fix spacing in ComputePieceSize comment (#3969)
Signed-off-by: yxxhero <aiopsclub@163.com>
1 parent e910d21 commit 310ba08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/util/util.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const (
2828

2929
// ComputePieceSize computes the piece size with specified fileLength.
3030
//
31-
// If the fileLength<0, which means failed to get fileLength
31+
// If the fileLength < 0, which means failed to get fileLength
3232
// and then use the DefaultPieceSize.
3333
func ComputePieceSize(length int64) uint32 {
3434
if length <= 200*1024*1024 {

0 commit comments

Comments
 (0)