From f8463193f17643f45d2e353132ef3adab922d68d Mon Sep 17 00:00:00 2001 From: Joshua Walker Date: Thu, 25 Apr 2024 23:49:20 -0400 Subject: [PATCH] whitespace fix --- Gruntfile.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.coffee b/Gruntfile.coffee index e312ec4..e80d822 100644 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -58,7 +58,7 @@ module.exports = (grunt) -> base: 'build' src: ['**'] - grunt.loadNpmTasks('grunt-contrib-clean') + grunt.loadNpmTasks('grunt-contrib-clean') grunt.loadNpmTasks('grunt-contrib-copy') grunt.loadNpmTasks('grunt-contrib-jade') grunt.loadNpmTasks('grunt-contrib-connect')