Skip to content

Commit aaf1b70

Browse files
committed
OMG - indent wrong!!!
No lint no fun.
1 parent dae92a7 commit aaf1b70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/NIORedis/RESPChannelHandler.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ extension ByteBuffer {
318318
cursor.pointee = UInt8(c0 - (negativeAbsoluteValue % 10))
319319
negativeAbsoluteValue /= 10;
320320
}
321-
while negativeAbsoluteValue != 0
321+
while negativeAbsoluteValue != 0
322322

323323
if integer < 0 {
324324
cursor -= 1

0 commit comments

Comments
 (0)