diff options
author | Chris Clonch <chris@theclonchs.com> | 2016-10-24 15:31:15 -0400 |
---|---|---|
committer | Chris Clonch <chris@theclonchs.com> | 2016-10-26 15:21:56 -0400 |
commit | 5d1cbf33978c21f206b9757d1c8235130fdbce19 (patch) | |
tree | b65bc8cc4f60216fda0330e52b9afe154129a2ea | |
parent | 4b15c970f5ac6bc683cfde32d782f51a63bee867 (diff) |
Remove leading spaces
This corrects puppet-linting error.
-rw-r--r-- | types/compat/bool.pp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/types/compat/bool.pp b/types/compat/bool.pp index dda5f4b..5d8e27e 100644 --- a/types/compat/bool.pp +++ b/types/compat/bool.pp @@ -1,2 +1,2 @@ - # Emulate the is_bool and validate_bool functions - type Stdlib::Compat::Bool = Boolean +# Emulate the is_bool and validate_bool functions +type Stdlib::Compat::Bool = Boolean |