mirror of
https://github.com/ToruNiina/toml11.git
synced 2025-09-18 02:08:09 +08:00
refactor: add missing whitespace
This commit is contained in:
@@ -55,7 +55,7 @@ struct region_base
|
|||||||
// number of characters in the line after the region
|
// number of characters in the line after the region
|
||||||
virtual std::size_t after() const noexcept {return 0;}
|
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
|
// ```toml
|
||||||
// # comment_before
|
// # comment_before
|
||||||
// key = "value" # comment_inline
|
// key = "value" # comment_inline
|
||||||
|
Reference in New Issue
Block a user