Skip to content

Commit 49d4f2a

Browse files
Remove whitespaces
1 parent 5269afa commit 49d4f2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NodeComposerPlugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public function onPostUpdate(Event $event)
8383
));
8484

8585
$nodeInstaller->install($this->config->getNodeVersion());
86-
86+
8787
$installedNodeVersion = $nodeInstaller->isInstalled();
8888
if (strpos($installedNodeVersion, 'v' . $this->config->getNodeVersion()) === false) {
8989
throw new \RuntimeException('Could not verify node.js installation');

0 commit comments

Comments
 (0)