Skip to content
This repository has been archived by the owner on Dec 4, 2019. It is now read-only.

Commit

Permalink
Remove trailing whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
franzliedke committed Oct 6, 2014
1 parent 22edbb9 commit 68a93ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/FluxBB/Auth/AuthenticatorInterface.php
Expand Up @@ -7,4 +7,4 @@ interface AuthenticatorInterface
public function login(array $credentials, $remember = false);

public function logout();
}
}
2 changes: 1 addition & 1 deletion src/FluxBB/Integration/Laravel/Authenticator.php
Expand Up @@ -24,4 +24,4 @@ public function logout()
{
$this->auth->logout();
}
}
}

0 comments on commit 68a93ff

Please sign in to comment.