just a whitespace fix

git-svn-id: file:///home/svn/framework3/trunk@6419 4d416f70-5f16-0410-b530-b9f4589650da
unstable
kris 2009-03-28 23:04:28 +00:00
parent 191289450e
commit 62a1d3037d
1 changed files with 4 additions and 4 deletions

View File

@ -1070,10 +1070,10 @@ class Db
opts['username'] = info[:user] opts['username'] = info[:user]
argv.push('-U') argv.push('-U')
argv.push(info[:user]) argv.push(info[:user])
else else
opts['username'] = 'postgres' opts['username'] = 'postgres'
argv.push('-U') argv.push('-U')
argv.push('postgres') argv.push('postgres')
end end
if (info[:pass]) if (info[:pass])