[Groonga-commit] groonga/groonga at bc2644c [master] mrb: remove needless "; "

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Dec 28 21:51:23 JST 2014


Kouhei Sutou	2014-12-28 21:51:23 +0900 (Sun, 28 Dec 2014)

  New Revision: bc2644c322c70e3b0be263aed2d9722e899386ce
  https://github.com/groonga/groonga/commit/bc2644c322c70e3b0be263aed2d9722e899386ce

  Message:
    mrb: remove needless ";"

  Modified files:
    lib/mrb/scripts/database.rb

  Modified: lib/mrb/scripts/database.rb (+1 -1)
===================================================================
--- lib/mrb/scripts/database.rb    2014-12-28 21:48:56 +0900 (1e7e3e4)
+++ lib/mrb/scripts/database.rb    2014-12-28 21:51:23 +0900 (549085c)
@@ -8,7 +8,7 @@ module Groonga
       cursor = TableCursor.open(self, :flags => flags)
       begin
         cursor.each do |id|
-          object = context[id];
+          object = context[id]
           yield(object) if object
         end
       ensure
-------------- next part --------------
HTML����������������������������...
下載 



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