Skip to content

Commit

Permalink
add default keyword
Browse files Browse the repository at this point in the history
Signed-off-by: Asra Ali <[email protected]>
  • Loading branch information
asraa committed Dec 5, 2020
1 parent fac261a commit 43e3cad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/common/http/http1/conn_pool_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1169,7 +1169,7 @@ class ConnPoolImplNoDestructForTest : public ConnPoolImplForTest {
MockDestructSchedulableCallback* upstream_ready_cb)
: ConnPoolImplForTest(dispatcher, cluster, random_generator, upstream_ready_cb) {}

~ConnPoolImplNoDestructForTest() override {}
~ConnPoolImplNoDestructForTest() override {} = default;
};

class Http1ConnPoolDestructImplTest : public testing::Test {
Expand Down

0 comments on commit 43e3cad

Please sign in to comment.