YUKI Hiroshi
null+****@clear*****
Fri Apr 10 18:47:01 JST 2015
YUKI Hiroshi 2015-04-10 18:47:01 +0900 (Fri, 10 Apr 2015) New Revision: 54e6f653b4ac632ea4ba52d2b240d97d3a79c62d https://github.com/droonga/droonga-engine/commit/54e6f653b4ac632ea4ba52d2b240d97d3a79c62d Message: Don't break line before operator Modified files: lib/droonga/plugins/system/absorb_data.rb Modified: lib/droonga/plugins/system/absorb_data.rb (+2 -2) =================================================================== --- lib/droonga/plugins/system/absorb_data.rb 2015-04-10 18:46:54 +0900 (61213ef) +++ lib/droonga/plugins/system/absorb_data.rb 2015-04-10 18:47:01 +0900 (82297e4) @@ -141,8 +141,8 @@ module Droonga end def prepare_progress_interval_seconds - interval_seconds =****@reque*****["progressIntervalSeconds"] - || DEFAULT_PROGRESS_INTERVAL_SECONDS + interval_seconds =****@reque*****["progressIntervalSeconds"] || + DEFAULT_PROGRESS_INTERVAL_SECONDS interval_seconds = interval_seconds.to_i [interval_seconds, MIN_PROGRESS_INTERVAL_SECONDS].max end -------------- next part -------------- HTML����������������������������...Download