diff --git a/include/libimp/system.h b/include/libimp/system.h index 60d0d37..0222b2a 100644 --- a/include/libimp/system.h +++ b/include/libimp/system.h @@ -71,6 +71,6 @@ struct fmt::formatter<::LIBIMP_::sys::error> : formatter { template auto format(::LIBIMP_::sys::error r, FormatContext &ctx) { - return format_to(ctx.out(), "{}", ::LIBIMP_::sys::error_msg(r.code())); + return format_to(ctx.out(), ::LIBIMP_::sys::error_msg(r.code())); } };