Remove blank line
diff --git a/sphinx/meta/sphinx.yml b/sphinx/meta/sphinx.yml
index da108c6..2459806 100644
--- a/sphinx/meta/sphinx.yml
+++ b/sphinx/meta/sphinx.yml
@@ -1,4 +1,4 @@
-{%- set server = pillar.sphinx.server %}
+{%- set server = pillar.sphinx.server -%}
name: Sphinx
description: Sphinx is a tool that makes it easy to create intelligent and beautiful documentation.
documentation: http://sphinx-doc.org/tutorial.html
@@ -7,4 +7,4 @@
name: server
param:
version:
- value: {{ salt['cmd.run']('sphinx-build --version')|replace('Sphinx (sphinx-build) ', '') }}
+ value: {{ salt['cmd.run']('sphinx-build --version')|replace('Sphinx (sphinx-build) ', '') }}
\ No newline at end of file