Skip to content

Commit

Permalink
fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Hewett committed Aug 30, 2023
1 parent e64a216 commit bfa0f25
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions cmd/interop/src/json_details.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ struct uint_serializer
#define UINT_SERIALIZER(T) \
template<> \
struct adl_serializer<T> : uint_serializer<T> \
{ \
};
{};

UINT_SERIALIZER(mls::LeafCount)
UINT_SERIALIZER(mls::NodeCount)
Expand Down Expand Up @@ -94,8 +93,7 @@ struct asymmetric_key_serializer
#define ASYMM_KEY_SERIALIZER(T) \
template<> \
struct adl_serializer<T> : asymmetric_key_serializer<T> \
{ \
};
{};

ASYMM_KEY_SERIALIZER(mls::HPKEPublicKey)
ASYMM_KEY_SERIALIZER(mls::HPKEPrivateKey)
Expand All @@ -117,8 +115,7 @@ struct tls_serializer
#define TLS_SERIALIZER(T) \
template<> \
struct adl_serializer<T> : tls_serializer<T> \
{ \
};
{};

TLS_SERIALIZER(mls::TreeKEMPublicKey)
TLS_SERIALIZER(mls::AuthenticatedContent)
Expand Down

0 comments on commit bfa0f25

Please sign in to comment.