From 128b66bda97da4df20cb5c5d8be70ebaac412f8f Mon Sep 17 00:00:00 2001 From: ToruNiina Date: Sat, 29 Feb 2020 22:54:50 +0900 Subject: [PATCH] refactor: add missing whitespace --- toml/region.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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