mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-12 22:20:05 +00:00
Fix indentation
This commit is contained in:
parent
f67783d7e6
commit
7e1cb3237a
@ -149,7 +149,7 @@ template and implement ``parse`` and ``format`` methods::
|
||||
ctx.out(),
|
||||
presentation == 'f' ? "({:.1f}, {:.1f})" : "({:.1e}, {:.1e})",
|
||||
p.x, p.y);
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Then you can pass objects of type ``point`` to any formatting function::
|
||||
|
Loading…
Reference in New Issue
Block a user