diff --git a/src/ripple/protocol/Asset.h b/src/ripple/protocol/Asset.h index 8f218fe0ed3..56e515dbed5 100644 --- a/src/ripple/protocol/Asset.h +++ b/src/ripple/protocol/Asset.h @@ -110,7 +110,7 @@ class Asset return std::get_if(asset_); } - operator Currency const&() const + operator Currency const &() const { assert(std::holds_alternative(asset_)); if (!std::holds_alternative(asset_)) @@ -118,7 +118,7 @@ class Asset return std::get(asset_); } - operator MPT const&() const + operator MPT const &() const { assert(std::holds_alternative(asset_)); if (!std::holds_alternative(asset_))