Skip to content

Commit

Permalink
Merge pull request #3017 from camptocamp/trailing-whitespace
Browse files Browse the repository at this point in the history
Don't add some trailing whitespace.
  • Loading branch information
sbrunner committed Aug 7, 2017
2 parents 0e2e180 + 805e5b9 commit 6724cf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions c2cgeoportal/scripts/import_ngeo_apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def main():
no_redirect_query = dict(request.GET)
no_redirect_query['no_redirect'] = u''
%>
""",
""",
data,
)
data = _sub(
Expand All @@ -204,7 +204,7 @@ def main():
}
</script>
% endif
""",
""",
data,
)

Expand Down

0 comments on commit 6724cf3

Please sign in to comment.