Skip to content

Commit

Permalink
Fix typo'd trailing comma (thx SRB)
Browse files Browse the repository at this point in the history
  • Loading branch information
pilcrow committed Apr 19, 2011
1 parent c4d331d commit 7b5b488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rdbi/driver/oracle.rb
Expand Up @@ -98,7 +98,7 @@ def new_execution(*params)
:metadata => nil, # XXX - we can get something here :metadata => nil, # XXX - we can get something here
:default => nil, :default => nil,
:table => nil, :table => nil,
:primary_key => nil, :primary_key => nil
) )
end end


Expand Down

0 comments on commit 7b5b488

Please sign in to comment.