Skip to content

Commit 4356175

Browse files
committed
Fix indentation.wq
1 parent 87c0229 commit 4356175

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/tnetstrings.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ def self.parse(data)
2727
when '~'
2828
raise "Payload must be 0 length for null." unless payload.length == 0
2929
nil
30-
else
31-
raise "Invalid payload type: #{payload_type}"
30+
else
31+
raise "Invalid payload type: #{payload_type}"
3232
end
3333

3434
[ value, remain ]

0 commit comments

Comments
 (0)