[Groonga-commit] groonga/groonga-query-log at 92710dd [master] Put one element in one line for readability

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Jul 23 11:50:39 JST 2014


Kouhei Sutou	2014-07-23 11:50:39 +0900 (Wed, 23 Jul 2014)

  New Revision: 92710dd0b7d24f1c787640df84d1dd8fb6c9213d
  https://github.com/groonga/groonga-query-log/commit/92710dd0b7d24f1c787640df84d1dd8fb6c9213d

  Message:
    Put one element in one line for readability

  Modified files:
    lib/groonga/query-log/analyzer/reporter/console.rb

  Modified: lib/groonga/query-log/analyzer/reporter/console.rb (+11 -3)
===================================================================
--- lib/groonga/query-log/analyzer/reporter/console.rb    2014-06-23 18:05:55 +0900 (e65bf98)
+++ lib/groonga/query-log/analyzer/reporter/console.rb    2014-07-23 11:50:39 +0900 (38ec946)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2011-2013  Kouhei Sutou <kou �� clear-code.com>
+# Copyright (C) 2011-2014  Kouhei Sutou <kou �� clear-code.com>
 # Copyright (C) 2012  Haruka Yoshihara <yoshihara �� clear-code.com>
 #
 # This library is free software; you can redistribute it and/or
@@ -24,8 +24,16 @@ module Groonga
     class Analyzer
       class ConsoleReporter < Reporter
         class Color
-          NAMES = ["black", "red", "green", "yellow",
-                   "blue", "magenta", "cyan", "white"]
+          NAMES = [
+            "black",
+            "red",
+            "green",
+            "yellow",
+            "blue",
+            "magenta",
+            "cyan",
+            "white",
+          ]
 
           attr_reader :name
           def initialize(name, options={})
-------------- next part --------------
HTML����������������������������...
Download 



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