[Groonga-commit] droonga/fluent-plugin-droonga at 0102672 [master] Remove tailing spaces

Back to archive index

Yoji Shidara null+****@clear*****
Thu Dec 5 13:54:20 JST 2013


Yoji Shidara	2013-12-05 13:54:20 +0900 (Thu, 05 Dec 2013)

  New Revision: 01026729da4ffef89455a349a1e04d5fed09ca4c
  https://github.com/droonga/fluent-plugin-droonga/commit/01026729da4ffef89455a349a1e04d5fed09ca4c

  Message:
    Remove tailing spaces

  Modified files:
    lib/droonga/plugin/distributor/distributed_search_plan.rb

  Modified: lib/droonga/plugin/distributor/distributed_search_plan.rb (+2 -2)
===================================================================
--- lib/droonga/plugin/distributor/distributed_search_plan.rb    2013-12-05 13:38:10 +0900 (4187520)
+++ lib/droonga/plugin/distributor/distributed_search_plan.rb    2013-12-05 13:54:20 +0900 (96a56e1)
@@ -141,7 +141,7 @@ module Droonga
         if unifiable && !output["attributes"].include?("_key")
           output["attributes"] << "_key"
         end
- 
+
         output_elements["records"] = sort_reducer(:attributes => output["attributes"],
                                                   :sort_keys => query["sortBy"],
                                                   :unifiable => unifiable)
@@ -302,7 +302,7 @@ module Droonga
       sort_attributes.reject! do |attribute|
         attributes.include?(attribute)
       end
-      sort_attributes      
+      sort_attributes
     end
 
     ASCENDING_OPERATOR = "<".freeze
-------------- next part --------------
HTML����������������������������...
Télécharger 



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