[Groonga-commit] ranguba/groonga-client at 5f3503a [master] Add a missing space

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Oct 27 16:33:44 JST 2017


Kouhei Sutou	2017-10-27 16:33:44 +0900 (Fri, 27 Oct 2017)

  New Revision: 5f3503ac7e0acba3e84f35b6361481feb3d4fdf1
  https://github.com/ranguba/groonga-client/commit/5f3503ac7e0acba3e84f35b6361481feb3d4fdf1

  Message:
    Add a missing space

  Modified files:
    lib/groonga/client/command-line/groonga-client-index-check.rb

  Modified: lib/groonga/client/command-line/groonga-client-index-check.rb (+1 -1)
===================================================================
--- lib/groonga/client/command-line/groonga-client-index-check.rb    2017-10-27 16:33:23 +0900 (4a50c60)
+++ lib/groonga/client/command-line/groonga-client-index-check.rb    2017-10-27 16:33:44 +0900 (ed4cd40)
@@ -280,7 +280,7 @@ module Groonga
                 next
               end
               type, source = column["source"].first.split(".")
-              flags = column["flags"].sub(/\|PERSISTENT/,'')
+              flags = column["flags"].sub(/\|PERSISTENT/, '')
               column_create(table_name,
                             new_column_name,
                             flags,
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20171027/99b102cd/attachment.htm 



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