Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
bkimminich committed May 14, 2018
1 parent 3b9dcbf commit 818883c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified app/public/favicon_v2.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion lib/utils.js
Expand Up @@ -140,7 +140,7 @@ exports.toMMMYY = date => {

exports.downloadToFile = (url, dest) => {
download(url).then(data => {
fs.writeFileSync(dest, data);
fs.writeFileSync(dest, data)
}).catch(err => {
console.error('Failed to download ' + url + ' (' + err.statusMessage + ')')
})
Expand Down

0 comments on commit 818883c

Please sign in to comment.