Skip to content

Commit c66e560

Browse files
committed
fix: code style issue
1 parent c7bc0fe commit c66e560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/OptionsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public function testShouldWrite()
2525
(new Process(['git', 'config', 'user.name', 'Unit test'], FLEX_TEST_DIR))->mustRun();
2626
(new Process(['git', 'config', 'user.email', ''], FLEX_TEST_DIR))->mustRun();
2727

28-
$filePath = FLEX_TEST_DIR . '/a.txt';
28+
$filePath = FLEX_TEST_DIR.'/a.txt';
2929
file_put_contents($filePath, 'a');
3030
(new Process(['git', 'add', '-A'], FLEX_TEST_DIR))->mustRun();
3131
(new Process(['git', 'commit', '-m', 'setup of original files'], FLEX_TEST_DIR))->mustRun();

0 commit comments

Comments
 (0)