Added comma in code example

Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
This commit is contained in:
2024-09-12 11:16:22 +02:00
parent 06ff90ba8c
commit 2675cc0393
+1 -1
View File
@@ -183,7 +183,7 @@ class DebugConsole implements LoggingInterface {
}) { }) {
debugPrint( debugPrint(
"$message\n" "$message\n"
"$metadata\n" "$metadata\n",
); );
} }