Skip to content

Commit f718a79

Browse files
committed
whitespace fixes
1 parent 1b47d18 commit f718a79

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

solid/lib/Service/UserService.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
namespace OCA\Solid\Service;
33

44
class UserService {
5-
65
private $userSession;
76

87
public function __construct($userSession){
@@ -16,5 +15,4 @@ public function login($userId, $password) {
1615
public function logout() {
1716
$this->userSession->logout();
1817
}
19-
2018
}

0 commit comments

Comments
 (0)