Skip to content

Commit

Permalink
remove empty lines that fails test
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0rp10 committed Feb 17, 2019
1 parent 3ca53f8 commit 7222a7e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion spec/fixtures/files/prometheus1.systemd
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ ExecStart=/usr/local/bin/prometheus \
-storage.local.retention=360h \
-web.console.templates=/usr/local/share/prometheus/consoles \
-web.console.libraries=/usr/local/share/prometheus/console_libraries \

ExecReload=/bin/kill -HUP $MAINPID
KillMode=process
Restart=always
Expand Down
1 change: 0 additions & 1 deletion spec/fixtures/files/prometheus2.systemd
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ ExecStart=/usr/local/bin/prometheus \
--storage.tsdb.retention=360h \
--web.console.templates=/usr/local/share/prometheus/consoles \
--web.console.libraries=/usr/local/share/prometheus/console_libraries \

ExecReload=/bin/kill -HUP $MAINPID
KillMode=process
Restart=always
Expand Down

0 comments on commit 7222a7e

Please sign in to comment.