Skip to content

Commit

Permalink
Fix some weird indents
Browse files Browse the repository at this point in the history
  • Loading branch information
zlatanvasovic committed Nov 17, 2013
1 parent 7545da2 commit 9a8a571
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down
2 changes: 1 addition & 1 deletion browserstack.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"username": "--secure--",
"key": "--secure--",
"test_path": "js/tests/index.html",
"browsers": [
"browsers": [
{
"browser": "firefox",
"browser_version": "latest",
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
, "license": "Apache-2.0"
, "extra": {
"branch-alias": {
"dev-master": "3.0.x-dev"
"dev-master": "3.0.x-dev"
}
}
}

0 comments on commit 9a8a571

Please sign in to comment.