diff --git a/src/book/order.hh b/src/book/order.hh index 339d050..d11a362 100644 --- a/src/book/order.hh +++ b/src/book/order.hh @@ -66,6 +66,6 @@ struct FlushOrder { auto operator<=>(FlushOrder const&) const = default; }; -using Order = std::variant; +using Order = std::variant; } // namespace kraken