Skip to content

Commit 3369518

Browse files
committed
style: improve code style
1 parent 0967065 commit 3369518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/pub_sub_model_sync/run_subscriber.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def run_model_message
4040
call_action(model)
4141
end
4242

43-
def ensure_sync(object)
43+
def ensure_sync(object) # rubocop:disable Metrics/AbcSize
4444
res = true
4545
res = false if settings[:if] && !parse_condition(settings[:if], object)
4646
res = false if settings[:unless] && parse_condition(settings[:unless], object)

0 commit comments

Comments
 (0)