Skip to content

Commit

Permalink
Remove end-of-line spaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
terrencegf committed Feb 18, 2019
1 parent 327d2a7 commit dbc57ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Service/Content.php
Original file line number Diff line number Diff line change
Expand Up @@ -2019,8 +2019,8 @@ public static function printUserChangedPage()
// Temporarily send email alert
Util::sendErrorAlert(
'DN Change on ' . static::getMachineHostname(),
"DN change for uid='$uid':\n" .
"prevdn='$prevdn'\n" .
"DN change for uid='$uid':\n" .
"prevdn='$prevdn'\n" .
"newdn='$dn'"
);
}
Expand Down

0 comments on commit dbc57ac

Please sign in to comment.