When using toml_writer to output a simple table with keys, it indents the key entries under first table. Is that the correct thing to do? I get: ``` [table_name] value = .5 other_value = .6 ```