diff --git a/settings/ajax/updateapp.php b/settings/ajax/updateapp.php
index 9367a3b5a3bf9e76645583fc53b7b9967e470233..300e864251532615fabf271c2776fd92446a6139 100644
--- a/settings/ajax/updateapp.php
+++ b/settings/ajax/updateapp.php
@@ -12,7 +12,4 @@ if($result !== false) {
 } else {
 	$l = OC_L10N::get('settings');	
 	OC_JSON::error(array("data" => array( "message" => $l->t("Couldn't update app.") )));
-}
-
-
-
+}
\ No newline at end of file