Skip to content
This repository has been archived by the owner on May 5, 2022. It is now read-only.

Commit

Permalink
fix eslint problems
Browse files Browse the repository at this point in the history
  • Loading branch information
Toby Corbin committed Oct 17, 2017
1 parent b164271 commit 1554860
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion test/ex-use-express.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* License for the specific language governing permissions and limitations under
* the License.
******************************************************************************/
'use strict';
'use strict';

require('../').monitor({
port: 'PORT' in process.env ? process.env.PORT : 3000,
Expand Down
2 changes: 1 addition & 1 deletion test/ex-use-server.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* License for the specific language governing permissions and limitations under
* the License.
******************************************************************************/
'use strict';
'use strict';

const options = {
cert: require('fs').readFileSync(__dirname + '/ec-cert.pem'),
Expand Down
2 changes: 1 addition & 1 deletion test/test-http-inject-recursion.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* License for the specific language governing permissions and limitations under
* the License.
******************************************************************************/
'use strict';
'use strict';

// Test framework.
const debug = require('debug')('appmetrics-prometheus:test');
Expand Down
2 changes: 1 addition & 1 deletion test/test-https-injection.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* License for the specific language governing permissions and limitations under
* the License.
******************************************************************************/
'use strict';
'use strict';

// Test framework.
const debug = require('debug')('appmetrics-prometheus:test');
Expand Down
2 changes: 1 addition & 1 deletion test/test-loopback-injection.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* License for the specific language governing permissions and limitations under
* the License.
******************************************************************************/
'use strict';
'use strict';

// Test framework.
const request = require('request');
Expand Down

0 comments on commit 1554860

Please sign in to comment.