Skip to content

Commit

Permalink
Merge pull request #279 from apenney/fix-spacing
Browse files Browse the repository at this point in the history
Small patch to fix the spacing that makes lint fail.
  • Loading branch information
Ashley Penney committed Mar 27, 2014
2 parents b958fa2 + 553611b commit 543f0cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@

# manage sources if present
if $sources != undef {
validate_hash($sources)
create_resources('apt::source', $sources)
validate_hash($sources)
create_resources('apt::source', $sources)
}
}

0 comments on commit 543f0cc

Please sign in to comment.