refactor: add missing whitespace

This commit is contained in:
ToruNiina
2020-02-29 22:54:50 +09:00
parent d1af42f151
commit 128b66bda9

View File

@@ -55,7 +55,7 @@ struct region_base
// number of characters in the line after the region
virtual std::size_t after() const noexcept {return 0;}
virtual std::vector<std::string> comments()const {return {};}
virtual std::vector<std::string> comments() const {return {};}
// ```toml
// # comment_before
// key = "value" # comment_inline