lib/toml/grammars/helper.citrus in toml-rb-0.1.2 vs lib/toml/grammars/helper.citrus in toml-rb-0.1.3

- old
+ new

@@ -10,8 +10,8 @@ rule indent [ \t\r\n]* end rule line_break - "\n" | "\r\n" + ("\n" | "\r\n") { nil } end end