Skip to content

Commit

Permalink
Whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Sep 11, 2013
1 parent 919547c commit 75af032
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -68,8 +68,9 @@ def extract_record(row)


index = 0 index = 0
length = column_names_with_alias.length length = column_names_with_alias.length

while index < length while index < length
column_name,alias_name = column_names_with_alias[index] column_name, alias_name = column_names_with_alias[index]
hash[column_name] = row[alias_name] hash[column_name] = row[alias_name]
index += 1 index += 1
end end
Expand Down

0 comments on commit 75af032

Please sign in to comment.