module: fix style
authorRoman Reiss <me@silverwind.io>
Fri, 17 Apr 2015 16:06:46 +0000 (18:06 +0200)
committerRoman Reiss <me@silverwind.io>
Fri, 17 Apr 2015 16:33:35 +0000 (18:33 +0200)
This makes the linter happy again.

PR-URL: https://github.com/iojs/io.js/pull/1453
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
lib/module.js

index a89f544..02f0ec7 100644 (file)
@@ -126,8 +126,8 @@ function tryExtensions(p, exts) {
 
 
 const noopDeprecateRequireDot = util.deprecate(function() {},
-  "warning: require('.') resolved outside the package directory. " +
-  "This functionality is deprecated and will be removed soon.");
+    'warning: require(\'.\') resolved outside the package directory. ' +
+    'This functionality is deprecated and will be removed soon.');
 
 
 Module._findPath = function(request, paths) {