diff options
| author | Zlatan Vasović <[email protected]> | 2013-11-17 10:24:31 +0100 |
|---|---|---|
| committer | Zlatan Vasović <[email protected]> | 2013-11-17 10:24:31 +0100 |
| commit | 9a8a571ad1517f9a622e5db52808fd0f905ecf16 (patch) | |
| tree | f09c6e8fda1f87a6d5f1d732b9701806dfcb5e54 | |
| parent | 7545da2e3c5488b1bcc9c70fecac759232466756 (diff) | |
| download | bootstrap-9a8a571ad1517f9a622e5db52808fd0f905ecf16.tar.xz bootstrap-9a8a571ad1517f9a622e5db52808fd0f905ecf16.zip | |
Fix some weird indents
| -rw-r--r-- | Gruntfile.js | 4 | ||||
| -rw-r--r-- | browserstack.json | 2 | ||||
| -rw-r--r-- | composer.json | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index c3016a2b0..ebc3abc38 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -135,8 +135,8 @@ module.exports = function(grunt) { options: { reset: true, relaxerror: [ - "Bad value X-UA-Compatible for attribute http-equiv on element meta.", - "Element img is missing required attribute src." + "Bad value X-UA-Compatible for attribute http-equiv on element meta.", + "Element img is missing required attribute src." ] }, files: { diff --git a/browserstack.json b/browserstack.json index 76564eb27..104d85476 100644 --- a/browserstack.json +++ b/browserstack.json @@ -2,7 +2,7 @@ "username": "--secure--", "key": "--secure--", "test_path": "js/tests/index.html", - "browsers": [ + "browsers": [ { "browser": "firefox", "browser_version": "latest", diff --git a/composer.json b/composer.json index be8ec3fc1..1638564fa 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ , "license": "Apache-2.0" , "extra": { "branch-alias": { - "dev-master": "3.0.x-dev" + "dev-master": "3.0.x-dev" } } } |
