Update pattern_formatter.h

pull/1084/head
Gabi Melman 7 years ago committed by GitHub
parent 7b6849578b
commit f1e79bde2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save