[Groonga-commit] groonga/groonga-query-log at 3974d85 [master] Fix a typo

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Jun 13 10:15:39 JST 2018


Kouhei Sutou	2018-06-13 10:15:39 +0900 (Wed, 13 Jun 2018)

  New Revision: 3974d8555cc5bb5ebe7ca19e69546609726d2fe3
  https://github.com/groonga/groonga-query-log/commit/3974d8555cc5bb5ebe7ca19e69546609726d2fe3

  Message:
    Fix a typo

  Modified files:
    lib/groonga-query-log/response-comparer.rb

  Modified: lib/groonga-query-log/response-comparer.rb (+2 -2)
===================================================================
--- lib/groonga-query-log/response-comparer.rb    2018-06-13 10:12:15 +0900 (62a7bda)
+++ lib/groonga-query-log/response-comparer.rb    2018-06-13 10:15:39 +0900 (48a1350)
@@ -213,8 +213,8 @@ module GroongaQueryLog
       records_result2 =****@respo*****[0] || []
       return false if records_result1.size != records_result2.size
 
-      same_record_set(records_result1,
-                      records_result2)
+      same_record_set?(records_result1,
+                       records_result2)
     end
 
     def same_record_set?(record_set1, record_set2)
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180613/5588eff3/attachment-0001.htm 



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