Skip to content

Commit a50b950

Browse files
author
Takashi Matsuo
authored
Remove the trailing space in the region tag (#559)
1 parent 8cc939f commit a50b950

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appengine/flexible/laravel/app/Exceptions/Handler.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class Handler extends ExceptionHandler
3535
* @param \Exception $exception
3636
* @return void
3737
*/
38-
# [START stackdriver_exception_handler_configuration ]
38+
# [START stackdriver_exception_handler_configuration]
3939
public function report(Exception $exception)
4040
{
4141
if (isset($_SERVER['GAE_SERVICE'])) {
@@ -44,7 +44,7 @@ public function report(Exception $exception)
4444
parent::report($exception);
4545
}
4646
}
47-
# [END stackdriver_exception_handler_configuration ]
47+
# [END stackdriver_exception_handler_configuration]
4848

4949
/**
5050
* Render an exception into an HTTP response.

0 commit comments

Comments
 (0)