Skip to content

Commit

Permalink
Remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
ghoneycutt committed Mar 11, 2015
1 parent edb15fb commit 3e63382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/init.pp
Expand Up @@ -85,7 +85,7 @@
if !is_string($my_localhost_aliases) and !is_array($my_localhost_aliases) {
fail("hosts::localhost_aliases must be a string or an array.")
}

if !is_string($my_localhost6_aliases) and !is_array($my_localhost6_aliases) {
fail("hosts::localhost6_aliases must be a string or an array.")
}
Expand Down

0 comments on commit 3e63382

Please sign in to comment.