Skip to content

Commit 29be29b

Browse files
committed
Formatting
1 parent 58b52c6 commit 29be29b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Git.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -305,11 +305,11 @@ public function run($command) {
305305
* @return string
306306
*/
307307
public function status($html = false) {
308-
$msg = $this->run("status");
309-
if ($html == true) {
310-
$msg = str_replace("\n", "<br />", $msg);
311-
}
312-
return $msg;
308+
$msg = $this->run("status");
309+
if ($html == true) {
310+
$msg = str_replace("\n", "<br />", $msg);
311+
}
312+
return $msg;
313313
}
314314

315315
/**

0 commit comments

Comments
 (0)