Skip to content

Commit

Permalink
Fix indentation in README
Browse files Browse the repository at this point in the history
  • Loading branch information
dezhidki committed Nov 29, 2020
1 parent d56e288 commit acad40f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@ toml["value with spaces"] = new TomlString
using(StreamWriter writer = new StreamWriter(File.OpenWrite("out.toml")))
{
toml.WriteTo(writer);
// Remember to flush the data if needed!
writer.Flush();
// Remember to flush the data if needed!
writer.Flush();
}
```

Expand Down

0 comments on commit acad40f

Please sign in to comment.