mirror of
https://github.com/gilbertchen/duplicacy
synced 2025-12-14 07:13:30 +00:00
gofmt -s
This commit is contained in:
@@ -48,7 +48,7 @@ func TestChunk(t *testing.T) {
|
||||
|
||||
if remainderLength == -1 {
|
||||
remainderLength = len(encryptedData) % 256
|
||||
} else if len(encryptedData) % 256 != remainderLength {
|
||||
} else if len(encryptedData)%256 != remainderLength {
|
||||
t.Errorf("Incorrect padding size")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user