[Groonga-commit] groonga/groonga-command [master] Remove needless else

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Nov 27 23:05:55 JST 2012


Kouhei Sutou	2012-11-27 23:05:55 +0900 (Tue, 27 Nov 2012)

  New Revision: 48e92a8d3b725e865b6c8bde3574eb19c22fac1f
  https://github.com/groonga/groonga-command/commit/48e92a8d3b725e865b6c8bde3574eb19c22fac1f

  Log:
    Remove needless else

  Modified files:
    lib/groonga/command/parser.rb

  Modified: lib/groonga/command/parser.rb (+0 -1)
===================================================================
--- lib/groonga/command/parser.rb    2012-11-27 23:04:36 +0900 (343e1ba)
+++ lib/groonga/command/parser.rb    2012-11-27 23:05:55 +0900 (d72b2b7)
@@ -284,7 +284,6 @@ module Groonga
           message = "invalid JSON: #{$!.message}: <#{json}>:\n"
           message << before_json
           raise ParseError.new(message, before_json, json)
-        else
         end
       end
 
-------------- next part --------------
HTML����������������������������...
Download 



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