Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
Signed-off-by: Alyssa Wilk <[email protected]>
  • Loading branch information
alyssawilk committed Mar 15, 2021
1 parent fabb53c commit 29ea381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/common/http/http3/quic_client_connection_factory.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace Http {
// Store quic helpers which can be shared between connections and must live
// beyond the lifetime of individual connections.
struct PersistentQuicInfo {
virtual ~PersistentQuicInfo() {}
virtual ~PersistentQuicInfo() = default;
};

// A factory to create EnvoyQuicClientSession and EnvoyQuicClientConnection for QUIC
Expand Down

0 comments on commit 29ea381

Please sign in to comment.