Skip to content

Commit

Permalink
Fix indentation.wq
Browse files Browse the repository at this point in the history
  • Loading branch information
localhost committed Jan 26, 2015
1 parent 87c0229 commit 4356175
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/tnetstrings.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ def self.parse(data)
when '~'
raise "Payload must be 0 length for null." unless payload.length == 0
nil
else
raise "Invalid payload type: #{payload_type}"
else
raise "Invalid payload type: #{payload_type}"
end

[ value, remain ]
Expand Down

0 comments on commit 4356175

Please sign in to comment.