mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-16 16:12:35 +00:00
Ran rubocop autocorrect
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module CyberarmEngine
|
||||
module Networking
|
||||
class Connection
|
||||
@@ -63,9 +64,9 @@ module CyberarmEngine
|
||||
@peer.total_data_received += data.length
|
||||
@peer.last_read_time = Networking.milliseconds
|
||||
|
||||
return true
|
||||
true
|
||||
rescue IO::WaitReadable
|
||||
return false
|
||||
false
|
||||
end
|
||||
|
||||
def write(packet:)
|
||||
|
||||
Reference in New Issue
Block a user