Skip to content

Commit 63ffdf2

Browse files
committed
Remove excess whitespace
1 parent d4d8720 commit 63ffdf2

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/libraries/User.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -343,14 +343,14 @@ public function getAcl($acl) {
343343

344344
public static function findUserById($user_id) {
345345
if (is_null($user_id)) return null;
346-
346+
347347
try {
348348
return new User($user_id);
349349
} catch (UserNotFoundException $e) {
350350
return null;
351351
}
352352
}
353-
353+
354354
public static function &getAllUsers(
355355
$order = null, $limit = null, $index = null
356356
) {

src/templates/Comment/Section.inc.phtml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ use \BNETDocs\Libraries\User;
77

88
use \CarlBennett\MVC\Libraries\Common;
99

10-
1110
?>
1211
<header><a name="comments">Comments</a></header>
1312
<section>

0 commit comments

Comments
 (0)