Skip to content

Commit a691d12

Browse files
committed
Add trailing newlines, wonder how that got missed
1 parent e0ae817 commit a691d12

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

webpack/js/components.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -191,4 +191,4 @@ export const App = {
191191
})
192192
.catch(err => console.error(err))
193193
}
194-
}
194+
}

webpack/js/hydration.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ export const hydrateAppWithData = (skills, labels) => {
3636
})
3737

3838
return [skills, categories]
39-
}
39+
}

webpack/js/issue-finder.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ import {App} from './components'
33

44
$(document).ready(function () {
55
window.app = new Vue(App)
6-
})
6+
})

0 commit comments

Comments
 (0)