Skip to content

Commit

Permalink
Fixes whitespace errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
typhonius committed Nov 18, 2020
1 parent 4068051 commit 2e6d601
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Cli/CloudApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public static function createClient(Config $config)
{

$acquia = $config->get('acquia');

$connector = new Connector(
[
'key' => $acquia['key'],
Expand Down
2 changes: 1 addition & 1 deletion tests/Commands/CacheClearCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

class CacheClearCommandTest extends AcquiaCliTestCase
{

public function testClearCache()
{
// Run a basic command to fill the cache.
Expand Down
2 changes: 1 addition & 1 deletion tests/Commands/SetupCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

class SetupCommandTest extends AcquiaCliTestCase
{

public function testSetupConfigViewDefault()
{
$command = ['setup:config:view'];
Expand Down

0 comments on commit 2e6d601

Please sign in to comment.