Skip to content

Commit 4320a64

Browse files
committed
indents gotta be tabs
1 parent a0fb280 commit 4320a64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Service/ScrobblerService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ public function clearSession(?string $userId) : void {
169169
$this->config->deleteUserValue($userId, $this->appName, 'scrobbleSessionKey');
170170
}
171171

172-
public function getName() : string
172+
public function getName() : string
173173
{
174174
$apiService = $this->getApiService();
175175
if (!$apiService) {

0 commit comments

Comments
 (0)