mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-04 17:26:42 +00:00
Remove extra '*'s
This commit is contained in:
parent
811964502d
commit
29726cefb8
10
format.h
10
format.h
@ -1867,11 +1867,11 @@ class BasicFormatter : private internal::FormatterBase {
|
||||
|
||||
public:
|
||||
/**
|
||||
* \rst
|
||||
* Constructs a ``BasicFormatter`` object. References to the arguments and
|
||||
* the writer are stored in the formatter object so make sure they have
|
||||
* appropriate lifetimes.
|
||||
* \endrst
|
||||
\rst
|
||||
Constructs a ``BasicFormatter`` object. References to the arguments and
|
||||
the writer are stored in the formatter object so make sure they have
|
||||
appropriate lifetimes.
|
||||
\endrst
|
||||
*/
|
||||
BasicFormatter(const ArgList &args, BasicWriter<Char> &w)
|
||||
: internal::FormatterBase(args), writer_(w) {}
|
||||
|
Loading…
Reference in New Issue
Block a user