Skip to content

Commit

Permalink
chore: correct use strict directives (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs authored Oct 18, 2023
1 parent 20e757a commit e3fc86b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
'use-strict'
'use strict'

const pretty = require('pino-pretty')
const messageFormatFactory = require('./lib/messageFormatFactory')
Expand Down
2 changes: 1 addition & 1 deletion lib/messageFormatFactory.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
'use-strict'
'use strict'
const formatDate = require('./formatDate')
const colorizerFactory = require('pino-pretty').colorizerFactory

Expand Down

0 comments on commit e3fc86b

Please sign in to comment.