Skip to content

Commit

Permalink
chore: add the missing period
Browse files Browse the repository at this point in the history
  • Loading branch information
damonto authored Aug 26, 2024
1 parent ca0b58d commit 0cae22e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cloud/download.go
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ func handleCommandConsumeData(conn *Conn, arguments [][]byte) error {
return ErrInvalidDataSize
}

message := fmt.Sprintf("You used %d KiB data", kb)
message := fmt.Sprintf("You used %d KiB data.", kb)
count := kb * 1024 / 256
for i := 1; i <= count; i++ {
var placeholder []byte
Expand Down

0 comments on commit 0cae22e

Please sign in to comment.