Unverified Commit f1e79bde authored by Gabi Melman's avatar Gabi Melman Committed by GitHub

Update pattern_formatter.h

parent 7b684957
...@@ -98,8 +98,8 @@ private: ...@@ -98,8 +98,8 @@ private:
const padding_info &padinfo_; const padding_info &padinfo_;
fmt::memory_buffer &dest_; fmt::memory_buffer &dest_;
size_t total_pad_; size_t total_pad_;
string_view_t spaces_ = " " string_view_t spaces_ {" "
" "; " ", 128};
}; };
class flag_formatter class flag_formatter
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment