[Groonga-commit] groonga/groonga [master] test: remove needless 'then'

Back to archive index

null+****@clear***** null+****@clear*****
2012年 5月 18日 (金) 14:15:32 JST


HAYASHI Kentaro	2012-05-18 14:15:32 +0900 (Fri, 18 May 2012)

  New Revision: 020e79170d71d93e39239a7e679aa741d46b61d9

  Log:
    test: remove needless 'then'

  Modified files:
    test/function/tools/geo/generate-grntest-data.rb

  Modified: test/function/tools/geo/generate-grntest-data.rb (+1 -1)
===================================================================
--- test/function/tools/geo/generate-grntest-data.rb    2012-05-18 14:13:21 +0900 (86bb0aa)
+++ test/function/tools/geo/generate-grntest-data.rb    2012-05-18 14:15:32 +0900 (3c139bd)
@@ -384,7 +384,7 @@ if __FILE__ == $0
 
       grndata.parse_line_data(line)
 
-      if OPTS.has_key?(:quadrant_with_axis) then
+      if OPTS.has_key?(:quadrant_with_axis)
         next unless grndata.within_specified_quadrant?(OPTS[:quadrant_with_axis])
       end
 




Groonga-commit メーリングリストの案内
Back to archive index