Skip to content

Commit

Permalink
Style(lint): Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
fvdm committed Jul 25, 2021
1 parent b96af96 commit 8aa6b28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion searchitunes.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ function httpRequest (options) {

function httpResponse ({
res,
first=false,
first = false,
}) {
return new Promise ((resolve, reject) => {
const data = JSON.parse (res.body);
Expand Down

0 comments on commit 8aa6b28

Please sign in to comment.