Skip to content

Commit

Permalink
Use single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
ChillerDragon committed Oct 22, 2023
1 parent 42d7fda commit 4fabdab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/net_base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def send_packet(payload, opts = { chunks: 1, client: nil, addr: nil })
# // TTTTTTTT
# // TTTTTTTT
if @s.nil?
puts "Error: no active socket"
puts 'Error: no active socket'
return
end
flags_bits = PacketFlags.new(opts).bits
Expand Down

0 comments on commit 4fabdab

Please sign in to comment.