1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

register: fix wrong fomatter declaration

Signed-off-by: Niklas Eiling <niklas.eiling@eonerc.rwth-aachen.de>
This commit is contained in:
Niklas Eiling 2024-02-26 15:10:56 +01:00 committed by Niklas Eiling
parent d24a323e5c
commit 8a40b873be

View file

@ -43,5 +43,4 @@ protected:
template <>
class fmt::formatter<villas::fpga::ip::Register>
: public fmt::ostream_formatter {};
template <>
#endif