aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/AppBundle/Controller/NewDataController.php')
-rw-r--r--src/AppBundle/Controller/NewDataController.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/AppBundle/Controller/NewDataController.php b/src/AppBundle/Controller/NewDataController.php
index f63a7fa..ecb1be9 100644
--- a/src/AppBundle/Controller/NewDataController.php
+++ b/src/AppBundle/Controller/NewDataController.php
@@ -38,7 +38,6 @@ class NewDataController extends Controller
$response->headers->set('Content-Type', 'application/json');
return $response;
-
}
}