Skip to content

Commit d17ab17

Browse files
committed
ICL: Formatted.
1 parent fb8feb3 commit d17ab17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integrations/guzzle.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function iclogger_guzzle_middleware(LoggerInterface $log, $type = 'raw')
2222
case 'json':
2323
$context = json_decode($body, true);
2424
break;
25-
25+
2626
case 'raw':
2727
default:
2828
$message .= "\n{$body}";

0 commit comments

Comments
 (0)