Skip to content

Commit d1b83ee

Browse files
committed
style: Strip rogue semi-colon
1 parent bc65d5d commit d1b83ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/uuid-function.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const uuidV4 = require('uuid/v4');
1+
const uuidV4 = require('uuid/v4')
22

33
module.exports = function uuidFunction () {
44
return uuidV4()

0 commit comments

Comments
 (0)