Skip to content

Commit 09d94b2

Browse files
committed
fixed linting (added new line)
1 parent 9a15022 commit 09d94b2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/HttpClient.class.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,4 +143,3 @@ private function getError($code = 0)
143143
}
144144
}
145145
}
146-

src/Instance.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,4 +429,4 @@ public function getPlayedTracks()
429429
{
430430
return $this->request('/bot/i/'.$this->uuid.'/recent', 'POST', '');
431431
}
432-
}
432+
}

0 commit comments

Comments
 (0)