Skip to content

Commit bb6854d

Browse files
committed
Fix whitespace
1 parent 0cf5dfe commit bb6854d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

layers/opentelemetry/test.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

3-
if (!function_exists($function = "OpenTelemetry\Instrumentation\hook")) {
4-
echo sprintf('FAIL: Function "%s" does not exist.', $function).PHP_EOL;
3+
if (!function_exists($function = "OpenTelemetry\Instrumentation\hook")) {
4+
echo sprintf('FAIL: Function "%s" does not exist.', $function) . PHP_EOL;
55
exit(1);
66
}
77

0 commit comments

Comments
 (0)