Skip to content

Commit 45646a5

Browse files
committed
whitespace
1 parent 55649d5 commit 45646a5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

resources/lib/UnityHTTPD.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,12 @@ public static function redirect(?string $dest = null): never
4848
self::die();
4949
}
5050

51-
/* generate a unique ID that can be logged and also displayed to the user when something has
51+
/*
52+
generate a unique ID that can be logged and also displayed to the user when something has
5253
gone wrong. This way the user can give us the ID and we can find the exact line in the log
5354
file that represents their issue.
54-
assumes that a session is started and has a good unique session_id */
55+
assumes that a session is started and has a good unique session_id
56+
*/
5557
public static function errorID(?\Throwable $e = null): string
5658
{
5759
$e ??= new stdClass();

0 commit comments

Comments
 (0)