Merge pull request #279 from apenney/fix-spacing
Small patch to fix the spacing that makes lint fail.
This commit is contained in:
commit
543f0ccefa
1 changed files with 2 additions and 2 deletions
|
@ -151,7 +151,7 @@ Package: bogus-package\n",
|
|||
|
||||
# manage sources if present
|
||||
if $sources != undef {
|
||||
validate_hash($sources)
|
||||
create_resources('apt::source', $sources)
|
||||
validate_hash($sources)
|
||||
create_resources('apt::source', $sources)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue