[Groonga-commit] droonga/fluent-plugin-droonga at 350932c [master] Use " (double quote) for string literal

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Dec 24 16:51:16 JST 2013


Kouhei Sutou	2013-12-24 16:51:16 +0900 (Tue, 24 Dec 2013)

  New Revision: 350932c02d22491ad025c9a16b1e51278b587543
  https://github.com/droonga/fluent-plugin-droonga/commit/350932c02d22491ad025c9a16b1e51278b587543

  Message:
    Use " (double quote) for string literal

  Modified files:
    lib/droonga/dispatcher.rb

  Modified: lib/droonga/dispatcher.rb (+1 -1)
===================================================================
--- lib/droonga/dispatcher.rb    2013-12-24 16:49:42 +0900 (143c75b)
+++ lib/droonga/dispatcher.rb    2013-12-24 16:51:16 +0900 (ef03d6d)
@@ -16,7 +16,7 @@
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
 require "English"
-require 'tsort'
+require "tsort"
 
 require "droonga/input_adapter"
 require "droonga/output_adapter"
-------------- next part --------------
HTML����������������������������...
下载 



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