From 1e9049d0ef38a3b000ce87e65f8da2b76dac9b32 Mon Sep 17 00:00:00 2001 From: Mikhail Silaev Date: Tue, 7 Nov 2017 18:21:01 +0300 Subject: [PATCH] Codestyle fix --- index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index 50ca1da..dd7d0ac 100644 --- a/index.js +++ b/index.js @@ -1,5 +1,5 @@ -"use strict"; -const pFinally = require("p-finally"); +'use strict'; +const pFinally = require('p-finally'); class TimeoutError extends Error { constructor(message) {