Skip to content

Commit fe1047a

Browse files
committed
format source [skip ci]
1 parent 6ac2c73 commit fe1047a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/js/07-copy-page-spec.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@
2929
}
3030

3131
function writeToClipboard (text) {
32-
window.navigator.clipboard.writeText(text).then(function () {}, function () {})
32+
window.navigator.clipboard.writeText(text).then(
33+
function () {},
34+
function () {}
35+
)
3336
}
3437
})()

0 commit comments

Comments
 (0)