Skip to content
Snippets Groups Projects
Commit 4986a969 authored by Adrien Pavie's avatar Adrien Pavie
Browse files

Fix indent in ElemSyncService

parent 27694d0e
No related branches found
No related tags found
No related merge requests found
...@@ -41,13 +41,13 @@ class ElementSynchronizationService ...@@ -41,13 +41,13 @@ class ElementSynchronizationService
'verbose' => true 'verbose' => true
]); ]);
$osmFeature = $this->elementToOsm($contribution->getElement()); $osmFeature = $this->elementToOsm($contribution->getElement());
// Get URL of current map // Get URL of current map
$url = $this->urlService->generateUrl(); $url = $this->urlService->generateUrl();
// Check contribution validity according to OSM criterias // Check contribution validity according to OSM criterias
if($this->allowOsmUpload($contribution, $preparedData)) { if($this->allowOsmUpload($contribution, $preparedData)) {
$toAdd = null; $toAdd = null;
// Process contribution // Process contribution
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment