Skip to content

Commit

Permalink
Fix incorrect lint formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Aug 16, 2021
1 parent 2d0f398 commit f4a4748
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ const getEnvironmentVariable = () => {

return (
env.SUDO_USER
|| env.C9_USER
|| /* Cloud9 */ env.LOGNAME
|| env.C9_USER // Cloud9
|| env.LOGNAME
|| env.USER
|| env.LNAME
|| env.USERNAME
Expand Down

0 comments on commit f4a4748

Please sign in to comment.