From 55290dd1e3c2d4540f6536591d7c5a9fc28573a2 Mon Sep 17 00:00:00 2001 From: James Shubin Date: Thu, 16 Feb 2017 01:11:53 -0500 Subject: [PATCH] docs: Add missing newline and remove extra one --- docs/Makefile | 2 +- docs/prometheus.md | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/Makefile b/docs/Makefile index b419d666..5d74e128 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -17,4 +17,4 @@ help: # Catch-all target: route all unknown targets to Sphinx using the new # "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS). %: Makefile - @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) \ No newline at end of file + @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) diff --git a/docs/prometheus.md b/docs/prometheus.md index facf24a0..3c3b90dd 100644 --- a/docs/prometheus.md +++ b/docs/prometheus.md @@ -1,6 +1,5 @@ # Prometheus support - Mgmt comes with a built-in prometheus support. It is disabled by default, and can be enabled with the `--prometheus` command line switch.