Skip to content

Commit

Permalink
Fix whitespace in indents and other places
Browse files Browse the repository at this point in the history
  • Loading branch information
hussainweb committed Jul 15, 2016
1 parent 2f7941b commit efeecb8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -24,7 +24,7 @@
"drupal/console": "~1.0"
},
"require-dev": {
"behat/mink": "~1.7",
"behat/mink": "~1.7",
"behat/mink-goutte-driver": "~1.2",
"jcalderonzumba/gastonjs": "~1.0.2",
"jcalderonzumba/mink-phantomjs-driver": "~0.3.1",
Expand Down
1 change: 0 additions & 1 deletion drush/policy.drush.inc
Expand Up @@ -36,4 +36,3 @@ function policy_drush_help_alter(&$command) {
$command['options']['pm-force'] = 'Override site policy and allow Drush codebase management (pm-* commands)';
}
}

2 changes: 1 addition & 1 deletion scripts/composer/ScriptHandler.php
Expand Up @@ -14,7 +14,7 @@
class ScriptHandler {

protected static function getDrupalRoot($project_root) {
return $project_root . '/web';
return $project_root . '/web';
}

public static function createRequiredFiles(Event $event) {
Expand Down

0 comments on commit efeecb8

Please sign in to comment.