summaryrefslogtreecommitdiff
path: root/manifests/update.pp
diff options
context:
space:
mode:
authorLouis-Philippe VĂ©ronneau <pollito@riseup.net>2016-12-22 21:46:37 -0500
committerLouis-Philippe VĂ©ronneau <pollito@riseup.net>2016-12-22 21:46:37 -0500
commitc4e6f42e1b629e98ddeeb7c9821f1266f7295685 (patch)
tree838928225130d0616d868249080ae8966a80172d /manifests/update.pp
parentef6036e879f894697a03459501a994af930dc4f6 (diff)
fix missing/superfluous newline at the end/beginning of files
Diffstat (limited to 'manifests/update.pp')
-rw-r--r--manifests/update.pp1
1 files changed, 0 insertions, 1 deletions
diff --git a/manifests/update.pp b/manifests/update.pp
index dde8320..d5fd539 100644
--- a/manifests/update.pp
+++ b/manifests/update.pp
@@ -3,5 +3,4 @@ class apt::update inherits ::apt {
Exec['update_apt'] {
refreshonly => false
}
-
}