Skip to content

Commit

Permalink
Fix indentation in DBMS
Browse files Browse the repository at this point in the history
  • Loading branch information
kddnewton committed Jan 19, 2017
1 parent 6fb972f commit e9f8582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/odbc_adapter/dbms.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class DBMS
attr_reader :fields

def initialize(connection)
@fields = Hash[FIELDS.map { |field| [field, connection.get_info(field)] }]
@fields = Hash[FIELDS.map { |field| [field, connection.get_info(field)] }]
end

def adapter_class
Expand Down

0 comments on commit e9f8582

Please sign in to comment.