Navigation Menu

Skip to content

Commit

Permalink
Don't break line before operator
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 10, 2015
1 parent 0c5a052 commit 54e6f65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/droonga/plugins/system/absorb_data.rb
Expand Up @@ -141,8 +141,8 @@ def my_node_name
end

def prepare_progress_interval_seconds
interval_seconds = @request.request["progressIntervalSeconds"]
|| DEFAULT_PROGRESS_INTERVAL_SECONDS
interval_seconds = @request.request["progressIntervalSeconds"] ||
DEFAULT_PROGRESS_INTERVAL_SECONDS
interval_seconds = interval_seconds.to_i
[interval_seconds, MIN_PROGRESS_INTERVAL_SECONDS].max
end
Expand Down

0 comments on commit 54e6f65

Please sign in to comment.