]> review.fuel-infra Code Review - puppet-modules/puppetlabs-apt.git/commitdiff
fix whitespace
authorBen Ford <ben.ford@puppetlabs.com>
Wed, 21 Jun 2017 15:15:51 +0000 (08:15 -0700)
committerGitHub <noreply@github.com>
Wed, 21 Jun 2017 15:15:51 +0000 (08:15 -0700)
manifests/update.pp

index 516252001f5a7be3642fa055f0c4e67d3ab05cc6..0cf83e9e2fc37c51529a4edfe0ad4d76c3f4aa37 100644 (file)
@@ -1,6 +1,6 @@
 class apt::update {
-  assert_private 
-  
+  assert_private
+
   #TODO: to catch if $::apt_update_last_success has the value of -1 here. If we
   #opt to do this, a info/warn would likely be all you'd need likely to happen
   #on the first run, but if it's not run in awhile something is likely borked