Skip to content

Commit 0abd9be

Browse files
author
Steve Newell
committed
rubocop
1 parent ceba333 commit 0abd9be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/protobuf/rpc/stat.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class Stat
2323
::Protobuf::Socketrpc::ErrorReason::BAD_RESPONSE_PROTO => "BAD_RESPONSE_PROTO",
2424
::Protobuf::Socketrpc::ErrorReason::UNKNOWN_HOST => "UNKNOWN_HOST",
2525
::Protobuf::Socketrpc::ErrorReason::IO_ERROR => "IO_ERROR",
26-
}
26+
}.freeze
2727

2828
def initialize(mode = :SERVER)
2929
@mode = mode

0 commit comments

Comments
 (0)