Navigation Menu

Skip to content

Commit

Permalink
Fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 12, 2012
1 parent 88dfa58 commit d232045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/grntest/tester.rb
Expand Up @@ -810,7 +810,7 @@ def run_groonga_http(context)
env = {}
spawn_options = {}
command_line = groonga_http_command(host, port, pid_file, context,
spawn_options)
spawn_options)
pid = nil
begin
pid = Process.spawn(env, *command_line, spawn_options)
Expand Down

0 comments on commit d232045

Please sign in to comment.