Skip to content

Commit 19ff44e

Browse files
authored
Merge pull request #5 from DivineOmega/analysis-XWAkBy
Apply fixes from StyleCI
2 parents adb99e4 + de5d2fa commit 19ff44e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Installer.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ public static function getBinaryFilename()
2222
// Defaults
2323
$osString = 'linux';
2424
$architecture = 'amd64';
25-
25+
2626
// We can not test alternative architectures and operating systems, so exclude from code coverage.
2727
// @codeCoverageIgnoreStart
28-
28+
2929
// Switch architecture if needed
3030
if (2147483647 == PHP_INT_MAX) {
3131
$architecture = '386';
@@ -40,7 +40,7 @@ public static function getBinaryFilename()
4040
$osString = 'windows';
4141
break;
4242
}
43-
43+
4444
// @codeCoverageIgnoreEnd
4545

4646
return sprintf('json2hcl_v%s_%s_%s', self::JSON2HCL_VERSION, $osString, $architecture);

0 commit comments

Comments
 (0)