Skip to content

Commit

Permalink
add space to prism launcher name
Browse files Browse the repository at this point in the history
  • Loading branch information
matthi4s committed Oct 20, 2022
1 parent a5e2126 commit 899cf92
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Log/Minecraft/PrismLauncher/PrismLauncherLog.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ public static function getDetectors(): array
*/
public function getName(): string
{
return "PrismLauncher";
return "Prism Launcher";
}
}
6 changes: 3 additions & 3 deletions test/data/prismlauncher/prismlauncher.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"id": "prismlauncher\/client",
"name": "PrismLauncher",
"id": "prism-launcher\/client",
"name": "Prism Launcher",
"type": "Client Log",
"version": null,
"title": "PrismLauncher Client Log",
"title": "Prism Launcher Client Log",
"entries": [
{
"level": 6,
Expand Down

0 comments on commit 899cf92

Please sign in to comment.