[Groonga-commit] droonga/droonga-engine at 8c613df [master] Remove needless "return"

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Sep 7 15:30:57 JST 2014


Kouhei Sutou	2014-09-07 15:30:57 +0900 (Sun, 07 Sep 2014)

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

  Message:
    Remove needless "return"

  Modified files:
    lib/droonga/searcher.rb

  Modified: lib/droonga/searcher.rb (+1 -1)
===================================================================
--- lib/droonga/searcher.rb    2014-09-07 15:29:12 +0900 (ed72c5c)
+++ lib/droonga/searcher.rb    2014-09-07 15:30:57 +0900 (71ff97d)
@@ -86,7 +86,7 @@ module Droonga
         outputs = process_queries(queries)
       end
       logger.trace("search: done")
-      return outputs
+      outputs
     end
 
     private
-------------- next part --------------
HTML����������������������������...
Download 



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