null+****@clear*****
null+****@clear*****
2012年 6月 8日 (金) 17:58:29 JST
Haruka Yoshihara 2012-06-08 17:58:29 +0900 (Fri, 08 Jun 2012)
New Revision: 5a3a374cc68dda813b8595b8805e398801acfaeb
Log:
Fix indent
Modified files:
lib/groonga/tester.rb
Modified: lib/groonga/tester.rb (+1 -1)
===================================================================
--- lib/groonga/tester.rb 2012-06-08 17:58:21 +0900 (f4a9020)
+++ lib/groonga/tester.rb 2012-06-08 17:58:29 +0900 (d44157a)
@@ -63,7 +63,7 @@ module Groonga
parser.on("--protocol=PROTOCOL", available_protocols,
"Use PROTOCOL for communicating groonga",
"[#{available_protocol_labels}]",
- "(#{tester.protocol})") do |protocol|
+ "(#{tester.protocol})") do |protocol|
tester.protocol = protocol
end