[Groonga-commit] droonga/droonga-engine at 99e9d56 [master] Reduce too deep indent

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Sep 18 13:45:42 JST 2014


YUKI Hiroshi	2014-09-18 13:45:42 +0900 (Thu, 18 Sep 2014)

  New Revision: 99e9d560390fce36b0a9ee16d4aacb86d9568296
  https://github.com/droonga/droonga-engine/commit/99e9d560390fce36b0a9ee16d4aacb86d9568296

  Message:
    Reduce too deep indent

  Modified files:
    bin/droonga-engine-configure

  Modified: bin/droonga-engine-configure (+4 -4)
===================================================================
--- bin/droonga-engine-configure    2014-09-18 13:44:55 +0900 (2dc344b)
+++ bin/droonga-engine-configure    2014-09-18 13:45:42 +0900 (bb5990c)
@@ -86,10 +86,10 @@ def confirmed?(message)
     print "#{message} (y/N): "
     response = gets
     case response
-      when /\Ay/i
-        return true
-      when /\An/i, /^$/
-        return false
+    when /\Ay/i
+      return true
+    when /\An/i, /^$/
+      return false
     end
   end
 end
-------------- next part --------------
HTML����������������������������...
Télécharger 



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