debootstrap: Drop trailing whiteline

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
This commit is contained in:
Stéphane Graber 2018-02-20 03:40:11 -05:00
parent 4b370aef30
commit 4e2b66ab8b
No known key found for this signature in database
GPG Key ID: C638974D64792D67

View File

@ -36,5 +36,4 @@ func (s *Debootstrap) Run(source shared.DefinitionSource, release, variant, arch
}
return shared.RunCommand("debootstrap", args...)
}