From: Raoul Bhatia Date: Fri, 24 Oct 2014 10:37:46 +0000 (+0200) Subject: Fix "WARNING: indentation of => is not properly aligned on line 9" X-Git-Tag: 1.8.0~36^2~1 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=fb9b9185e4754f120046fc43a184a2b2c43d60dc;p=puppet-modules%2Fpuppetlabs-apt.git Fix "WARNING: indentation of => is not properly aligned on line 9" --- diff --git a/manifests/builddep.pp b/manifests/builddep.pp index 3beadeb..3a059c2 100644 --- a/manifests/builddep.pp +++ b/manifests/builddep.pp @@ -6,7 +6,7 @@ define apt::builddep() { exec { "apt-builddep-${name}": command => "/usr/bin/apt-get -y --force-yes build-dep ${name}", logoutput => 'on_failure', - require => Exec['apt_update'], + require => Exec['apt_update'], } # Need anchor to provide containment for dependencies.