Skip to content

Commit b6c349d

Browse files
authored
Merge pull request #4 from optikfluffel/lint-error
Remove linting error in newly generated projects
2 parents aa35ee7 + e475d23 commit b6c349d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_app/pages/home.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ module.exports = function (state, prev, send) {
1111
</main>
1212
`
1313

14-
function update(e) {
14+
function update (e) {
1515
send('update', e.target.value)
1616
}
1717
}

0 commit comments

Comments
 (0)