Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kickster97 committed May 20, 2024
1 parent f67f619 commit cd363d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lavinmq/replication/server.cr
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ module LavinMQ
end

def wait_for_max_lag
return unless max_lag = Config.instance.max_lag
return unless Config.instance.max_lag
each_follower do |f|
f.wait_for_max_lag
end
Expand Down

0 comments on commit cd363d8

Please sign in to comment.