Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit ad635f6

Browse files
committed
semicolon lint
1 parent 96c09d0 commit ad635f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/browser-add-file/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ function storeFile () {
1111
const reader = new FileReader()
1212
reader.onload = function () {
1313
store(reader.result)
14-
};
14+
}
1515
reader.readAsArrayBuffer(file)
1616
}
1717

0 commit comments

Comments
 (0)