Skip to content

Commit

Permalink
Add missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
vmcj committed Nov 2, 2023
1 parent 66383d4 commit fc000fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/tests/Unit/Controller/API/AccountBaseTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ public function provideNewAccountFile(): Generator
}
foreach ($fileVersions as $fileVersion) {
foreach (["\r\n", "\n"] as $lineEnding) {
foreach([true, false] as $fileEnding) {
foreach ([true, false] as $fileEnding) {
$file = $fileVersion . "\t1";
$file .= "{$lineEnding}{$role}\t$name\t$user\t$pass";
if ($fileEnding) {
Expand Down

0 comments on commit fc000fe

Please sign in to comment.