Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
malcolmstill committed Nov 2, 2017
1 parent 6ab70bb commit e32fc93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/csv/defaults.ex
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ defmodule CSV.Defaults do
@delimiter << @carriage_return :: utf8 >> <> << @newline :: utf8 >>
@double_quote ?"
@escape_max_lines 1000
@replacement nil
@replacement nil
end
end

Expand Down

0 comments on commit e32fc93

Please sign in to comment.