Skip to content

Commit

Permalink
refactor: remove empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
wdavidw committed Sep 21, 2021
1 parent 441a535 commit 17a6d1a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/index.coffee
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@


merge = ->
mutate {}, arguments...

Expand Down Expand Up @@ -64,7 +63,6 @@ compare = (el1, el2) ->
else
return false unless el1 is el2
true


_snake_case = (str) ->
str.replace /([A-Z])/g, (_, match, index) ->
Expand Down

0 comments on commit 17a6d1a

Please sign in to comment.