Skip to content

Commit

Permalink
Remove extra space.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Mar 31, 2014
1 parent 5eafc7e commit b78bf02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hermes/lib/Slice.php
Expand Up @@ -152,7 +152,7 @@ public function toString()
$string = '';
$values = $this->toJson();
foreach ($fields as $field => $title) {
$string .= sprintf("%s: %s \n", $title, $values[$field]);
$string .= sprintf("%s: %s\n", $title, $values[$field]);
}
$string .= sprintf("%s: %s", _("Client"), $values['cn']['name']);

Expand Down

0 comments on commit b78bf02

Please sign in to comment.