diff --git a/db/track.php b/db/track.php index d2566ef32..939e0176e 100644 --- a/db/track.php +++ b/db/track.php @@ -98,5 +98,4 @@ public function toAPI(API $api) { ); } - } \ No newline at end of file diff --git a/tests/php/unit/db/trackTest.php b/tests/php/unit/db/trackTest.php index 8a356598e..b112f9d8a 100644 --- a/tests/php/unit/db/trackTest.php +++ b/tests/php/unit/db/trackTest.php @@ -73,5 +73,4 @@ public function testToAPI() { ), $track->toAPI($this->api)); } - } \ No newline at end of file