Skip to content

Commit 87e9c02

Browse files
author
Sergei Gerasenko
committed
Fix whitespace in the documentation
1 parent 560e30c commit 87e9c02

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2000,15 +2000,15 @@ backend should have unique title:
20002000

20012001
```puppet
20022002
collectd::plugin::write_graphite::carbon {'secondary_graphite':
2003-
graphitehost => 'graphite.example.org',
2004-
graphiteport => 2004,
2005-
graphiteprefix => '',
2006-
protocol => 'udp',
2007-
escapecharacter => '_',
2008-
alwaysappendds => true,
2009-
storerates => true,
2010-
separateinstances => false,
2011-
logsenderrors => true
2003+
graphitehost => 'graphite.example.org',
2004+
graphiteport => 2004,
2005+
graphiteprefix => '',
2006+
protocol => 'udp',
2007+
escapecharacter => '_',
2008+
alwaysappendds => true,
2009+
storerates => true,
2010+
separateinstances => false,
2011+
logsenderrors => true
20122012
preserveseparator => false,
20132013
dropduplicatefields => false,
20142014
}

0 commit comments

Comments
 (0)