diff options
author | Wilson McCoubrey <wilson@mccoubreys.co.uk> | 2016-11-09 14:19:07 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-09 14:19:07 +0000 |
commit | 4889eaa88d0f44f8c34c0e1ae4f6815fc92eb256 (patch) | |
tree | bb1d4766a4cf776d16c5717ac41f5ec853fdf27e /types | |
parent | 4368de9190d582fb3f625611ac1b79789f756deb (diff) | |
parent | 5d1cbf33978c21f206b9757d1c8235130fdbce19 (diff) |
Merge pull request #681 from cacack/master
Remove leading spaces
Diffstat (limited to 'types')
-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 |