Skip to content

Commit 9e5231f

Browse files
committed
More explicit and better readability
thanks Sam!
1 parent a418410 commit 9e5231f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/msgrpc.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def initialize(framework, opts)
6363

6464
# If the run in foreground flag is not specified, then go ahead and fire
6565
# it off in a worker thread.
66-
if (opts['RunInForeground'] != true)
66+
unless opts['RunInForeground'] == true
6767
# Store a handle to the thread so we can kill it during
6868
# cleanup when we get unloaded.
6969
self.thread = Thread.new { run }

0 commit comments

Comments
 (0)