diff --git a/toml/region.hpp b/toml/region.hpp index 77ba943..68defa5 100644 --- a/toml/region.hpp +++ b/toml/region.hpp @@ -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 comments()const {return {};} + virtual std::vector comments() const {return {};} // ```toml // # comment_before // key = "value" # comment_inline