Update pattern_formatter.h

This commit is contained in:
Gabi Melman 2018-11-11 02:27:03 +02:00 committed by GitHub
parent 7b6849578b
commit f1e79bde2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -98,8 +98,8 @@ private:
const padding_info &padinfo_;
fmt::memory_buffer &dest_;
size_t total_pad_;
string_view_t spaces_ = " "
" ";
string_view_t spaces_ {" "
" ", 128};
};
class flag_formatter