Skip to content

Commit

Permalink
newline
Browse files Browse the repository at this point in the history
  • Loading branch information
folbricht committed Feb 1, 2025
1 parent 29717a1 commit 3384f02
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/desync/list_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ func TestListCommand(t *testing.T) {
// Make sure we have some data, and that it's all valid chunk IDs
require.NotZero(t, b.Len())
scanner := bufio.NewScanner(b)

for scanner.Scan() {
_, err := desync.ChunkIDFromString(scanner.Text())
require.NoError(t, err)
Expand Down

0 comments on commit 3384f02

Please sign in to comment.