Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/grunt-css-flip.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <github@rebertia.com>2014-04-08 00:54:11 +0400
committerChris Rebert <github@rebertia.com>2014-04-08 00:54:11 +0400
commit0f84e8294040444534c1a27c32f0e3fd540a22de (patch)
tree77990e96ee00679783df6a0f2d2111a787904806
parent6848326c9f056933281e07e4d33af5bbe971bcd9 (diff)
parentd3511d4ef03beb19fe2c2a8ba28b2bd774a90232 (diff)
Merge pull request #15 from ZDroid/space
Add missing space before paren
-rw-r--r--Gruntfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 741ce3b..2f73445 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -8,7 +8,7 @@
'use strict';
-module.exports = function(grunt) {
+module.exports = function (grunt) {
// Project configuration.
grunt.initConfig({