[Groonga-commit] ranguba/groonga-client at 5131903 [master] Remove trailing spaces

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Oct 27 16:31:59 JST 2017


Kouhei Sutou	2017-10-27 16:31:59 +0900 (Fri, 27 Oct 2017)

  New Revision: 5131903847f33b3bc4d0ce80da660c78e1dac3a9
  https://github.com/ranguba/groonga-client/commit/5131903847f33b3bc4d0ce80da660c78e1dac3a9

  Message:
    Remove trailing spaces

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

  Modified: lib/groonga/client/command-line/groonga-client-index-check.rb (+4 -4)
===================================================================
--- lib/groonga/client/command-line/groonga-client-index-check.rb    2017-10-27 16:31:22 +0900 (13e0ea7)
+++ lib/groonga/client/command-line/groonga-client-index-check.rb    2017-10-27 16:31:59 +0900 (0b039bb)
@@ -146,7 +146,7 @@ module Groonga
                             :type => type,
                             :source => source)
           end
-          
+
           def column_remove(table_name, column_name)
             execute_command(:column_remove,
                             :table => table_name,
@@ -212,14 +212,14 @@ module Groonga
             keys = []
             response = execute_command(:select,
                             :table => table_name,
-                            :limit => -1,   
+                            :limit => -1,
                             :output_columns => :_key)
             keys = response.records.collect do |record|
                 record["_key"]
             end
             keys
           end
-          
+
           def verify_tokens(table_name, old_column, new_column, tokens)
             broken_index_tokens = []
             tokens.each do |token|
@@ -250,7 +250,7 @@ module Groonga
             end
             broken_index_tokens
           end
-          
+
           def check_index_integrity
             table_names = table_list.collect do |table|
               if check_target_table?(table["name"])
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20171027/287e24d2/attachment-0001.htm 



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