提交 77701cb5 编写于 作者: A Aaron Patterson

fixing indentation

上级 54448c52
......@@ -32,7 +32,7 @@ def execute sql, name = nil
table = Table.new :users
mgr = table.from table
mgr.having 'foo'
mgr.to_sql.should be_like %{ SELECT FROM "users" HAVING foo }
mgr.to_sql.should be_like %{ SELECT FROM "users" HAVING foo }
end
end
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册