Skip to content

Commit

Permalink
Removes some superfluous spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
yrashk committed Jul 7, 2012
1 parent f4df1dc commit a8ae6fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/expr.ex
Expand Up @@ -14,7 +14,7 @@ defimpl ExQL.Expression, for: Number do
end

defimpl ExQL.Expression, for: Atom do
def join(nil, _, _delim), do: ""
def join(nil, _, _delim), do: nil
def join(value, _, _delim), do: atom_to_binary(value)
end

Expand Down

0 comments on commit a8ae6fe

Please sign in to comment.