Skip to content

Commit 4c94689

Browse files
author
jbondpdx
committed
Docs: fixed code formatting
Fixed code indentation for Implementing Child Providers section.
1 parent 9f9e1d4 commit 4c94689

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.markdown

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,11 @@ Puppet::Type.newtype(:glance_api_config) do
8585
end
8686
newproperty(:value) do
8787
desc 'The value of the setting to be defined.'
88-
munge do |v|
89-
v.to_s.strip
90-
end
91-
end
88+
munge do |v|
89+
v.to_s.strip
9290
end
91+
end
92+
end
9393
```
9494

9595
This type must also have a provider that uses the `ini_setting` provider as its parent. For example:

0 commit comments

Comments
 (0)