From d75a4ffdfc05ba032ed21d61ed4639d965688a07 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Tue, 10 Sep 2013 01:32:01 +0200 Subject: [PATCH] remove blank lines --- db/track.php | 1 - tests/php/unit/db/trackTest.php | 1 - 2 files changed, 2 deletions(-) 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