Skip to content

Commit

Permalink
document asymetric whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Aug 2, 2020
1 parent 5b467df commit 5de411d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions functions/bool2num_hash_recursive.pp
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ function yum::bool2num_hash_recursive($arg) {
Hash => yum::bool2num_hash_recursive($value),
default => $value,
}
# see the issue for the strange/asymetrical whitespace
# https://github.com/kuleuven/puppet-lint-manifest_whitespace-check/issues/8
Hash( { $key => $return_value })
}.reduce |$attrs_memo, $kv| {
merge($attrs_memo, $kv)
Expand Down

0 comments on commit 5de411d

Please sign in to comment.