Removes extra 'use strict'

This commit is contained in:
Sehrope Sarkuni 2017-08-12 07:54:11 -04:00 committed by Brian C
parent 8a0731fcfb
commit 6e2c1e9b98
2 changed files with 0 additions and 2 deletions

View File

@ -1,5 +1,4 @@
'use strict'
'use strict'
const helper = require('./test-helper')
const pg = helper.pg

View File

@ -1,5 +1,4 @@
'use strict'
'use strict'
const async = require('async')