Skip to content

Commit 8fe8311

Browse files
committed
Fix linter.
1 parent e3ba478 commit 8fe8311

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Terminus.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ public function __construct(Config $config, InputInterface $input, OutputInterfa
139139
// Configure the data store for the update checker
140140
$cache_store = new FileStore($this->getConfig()->get('cache_dir'));
141141
$this->setDataStore($cache_store);
142-
142+
143143
// Configure and run the update checker
144144
$update_checker = new Update\UpdateChecker($cache_store);
145145
$update_checker->setConfig($this->getConfig());

0 commit comments

Comments
 (0)