Skip to content

Commit

Permalink
Fix: Remove extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Dec 10, 2022
1 parent 4a22ac2 commit 5394438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Unit/SchemaNormalizerTest.php
Expand Up @@ -274,7 +274,7 @@ public function provideScenario(): \Generator

if (!\is_string($schemaFile)) {
throw new \RuntimeException(\sprintf(
'Unable to deduce file name from normalized file name "%s".',
'Unable to deduce file name from normalized file name "%s".',
$normalizedFile,
));
}
Expand Down

0 comments on commit 5394438

Please sign in to comment.