Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
hjr265 committed Aug 29, 2021
1 parent 46ccc2a commit b98c076
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ cleanParsingErrors = (string) =>
done = options
options = {}

if addr == '__proto__'
done new Error 'lookup: __proto__ is not allowed to lookup'
return
if addr == '__proto__'
done new Error 'lookup: __proto__ is not allowed to lookup'
return

_.defaults options,
follow: 2
Expand Down

0 comments on commit b98c076

Please sign in to comment.