diff --git a/Graphite/PlaintextGraphiteFormatter.cs b/Graphite/PlaintextGraphiteFormatter.cs
index 610cb17..683b3be 100644
--- a/Graphite/PlaintextGraphiteFormatter.cs
+++ b/Graphite/PlaintextGraphiteFormatter.cs
@@ -16,9 +16,9 @@ public class PlaintextGraphiteFormatter: IGraphiteFormatter
private static readonly Encoding _utfNoBom = new UTF8Encoding(false, true);
///
- /// single space, will be trimmed by carbon
+ /// line break, will be trimmed by carbon and carbon-clickhouse
///
- private static readonly byte[] _empty = {32};
+ private static readonly byte[] _empty = {0x0A};
///
/// Creates a plaintext formatter with default port 2003