From 6655b0390ed5c9deb5886e3a5bd29cd3caefc0ab Mon Sep 17 00:00:00 2001
From: Silver Platter <svp-bot@autistici.org>
Date: Sun, 11 Jul 2021 17:06:04 +0000
Subject: [PATCH] Trim trailing whitespace.

Changes-By: lintian-brush
Fixes: lintian: trailing-whitespace
See-also: https://lintian.debian.org/tags/trailing-whitespace.html
---
 debian/control | 1 -
 debian/rules   | 1 -
 2 files changed, 2 deletions(-)

diff --git a/debian/control b/debian/control
index c0cbec7..07edeb1 100644
--- a/debian/control
+++ b/debian/control
@@ -10,4 +10,3 @@ Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Apache2 Prometheus exporter.
  Exports Prometheus metrics from an Apache2 instance.
-
diff --git a/debian/rules b/debian/rules
index feec36e..03837e0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,4 +10,3 @@ export DH_GOLANG_EXCLUDES = vendor
 override_dh_install:
 	rm -fr $(CURDIR)/debian/apache-exporter/usr/share/gocode
 	dh_install
-
-- 
GitLab