Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 0137050

Browse files
committed
Fix indentation
1 parent 2cc85a1 commit 0137050

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/NewRelicReporting/Model/NewRelicWrapper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public function addCustomParameter($param, $value)
3737
public function reportError($exception)
3838
{
3939
if (extension_loaded('newrelic')) {
40-
newrelic_notice_error($exception->getMessage(), $exception);
40+
newrelic_notice_error($exception->getMessage(), $exception);
4141
}
4242
}
4343

0 commit comments

Comments
 (0)