From aa196684bda8cff793baa4df18c99291e70e5032 Mon Sep 17 00:00:00 2001 From: Danny Banks Date: Thu, 18 Oct 2018 13:14:16 -0700 Subject: [PATCH] Removing unnecessary backticks (#172) --- lib/extend.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/extend.js b/lib/extend.js index a68acbf33..d46231916 100644 --- a/lib/extend.js +++ b/lib/extend.js @@ -89,7 +89,7 @@ function extend(opts) { options = require(resolveCwd(opts)); } else { options = opts; - }`` + } // Creating a new object and copying over the options // Also keeping an options object just in case