mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 01:29:35 +08:00
Update pattern_formatter.h
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user