Skip to content

Commit b41980b

Browse files
committed
spacing
1 parent b0e01f3 commit b41980b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/includes/monitoring-logging/logging.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ public function log($level, $message, array $context = []): void
2929
}
3030

3131
$customLogger = new MyLogger();
32-
MongoDB\add_logger($customLogger );
33-
print_r($customLogger ->logs);
32+
MongoDB\add_logger($customLogger);
33+
print_r($customLogger->logs);
3434
// end-custom-logger
3535

3636
// start-remove-logger

0 commit comments

Comments
 (0)