Fix indentation

This commit is contained in:
Victor Zverovich 2019-11-17 13:17:43 -08:00
parent f67783d7e6
commit 7e1cb3237a

View File

@ -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::