mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-26 18:28:20 +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:
|
public:
|
||||||
/**
|
/**
|
||||||
* \rst
|
\rst
|
||||||
* Constructs a ``BasicFormatter`` object. References to the arguments and
|
Constructs a ``BasicFormatter`` object. References to the arguments and
|
||||||
* the writer are stored in the formatter object so make sure they have
|
the writer are stored in the formatter object so make sure they have
|
||||||
* appropriate lifetimes.
|
appropriate lifetimes.
|
||||||
* \endrst
|
\endrst
|
||||||
*/
|
*/
|
||||||
BasicFormatter(const ArgList &args, BasicWriter<Char> &w)
|
BasicFormatter(const ArgList &args, BasicWriter<Char> &w)
|
||||||
: internal::FormatterBase(args), writer_(w) {}
|
: internal::FormatterBase(args), writer_(w) {}
|
||||||
|
Loading…
Reference in New Issue
Block a user