[Groonga-commit] droonga/droonga-engine at fc75a58 [master] Fold long lines

Back to archive index

YUKI Hiroshi null+****@clear*****
Fri Apr 10 18:49:37 JST 2015


YUKI Hiroshi	2015-04-10 18:49:37 +0900 (Fri, 10 Apr 2015)

  New Revision: fc75a585a69cb676943a6f5f376b7e6ff9a5dd97
  https://github.com/droonga/droonga-engine/commit/fc75a585a69cb676943a6f5f376b7e6ff9a5dd97

  Message:
    Fold long lines

  Modified files:
    lib/droonga/plugins/system/absorb_data.rb

  Modified: lib/droonga/plugins/system/absorb_data.rb (+4 -1)
===================================================================
--- lib/droonga/plugins/system/absorb_data.rb    2015-04-10 18:48:53 +0900 (62e7203)
+++ lib/droonga/plugins/system/absorb_data.rb    2015-04-10 18:49:37 +0900 (c013da5)
@@ -127,7 +127,10 @@ module Droonga
             remaining_seconds -= remaining_hours * ONE_HOUR_IN_SECONDS
             remaining_minutes  = (remaining_seconds / ONE_MINUTE_IN_SECONDS).floor
             remaining_seconds -= remaining_minutes * ONE_MINUTE_IN_SECONDS
-            remaining_time     = sprintf("%02i:%02i:%02i", remaining_hours, remaining_minutes, remaining_seconds)
+            remaining_time     = sprintf("%02i:%02i:%02i",
+                                         remaining_hours,
+                                         remaining_minutes,
+                                         remaining_seconds)
 
             "#{progress_percentage}% done (maybe #{remaining_time} remaining)"
           end
-------------- next part --------------
HTML����������������������������...
Descargar 



More information about the Groonga-commit mailing list
Back to archive index