diff --git a/index.js b/index.js index 2e4f1c7..d998fac 100644 --- a/index.js +++ b/index.js @@ -1,4 +1,4 @@ module.exports = function aJavaScriptPortOfTheUnixUtilityTrueReturnsTheBooleanValueTrue () { - return true; + return true; // returns true };