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:
authorZlatan Vasović <legospace9876@gmail.com>2014-04-08 00:48:59 +0400
committerZlatan Vasović <legospace9876@gmail.com>2014-04-08 00:48:59 +0400
commitd3511d4ef03beb19fe2c2a8ba28b2bd774a90232 (patch)
tree77990e96ee00679783df6a0f2d2111a787904806
parent6848326c9f056933281e07e4d33af5bbe971bcd9 (diff)
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({