apply clang-tidy modernize-use-override
[folly.git] / folly / io / async / test / WriteChainAsyncTransportWrapperTest.cpp
index 7c1b803fb344fcb7176f1932d58a3d389ad1b1f1..10cf02ccd34fe5cf5613fd140b745bb0329fb933 100644 (file)
@@ -44,8 +44,7 @@ class TestWriteChainAsyncTransportWrapper :
   }
 
   // Allow this to be constructed on the stack for easier testing.
-  virtual ~TestWriteChainAsyncTransportWrapper() {
-  }
+  ~TestWriteChainAsyncTransportWrapper() override {}
 };
 
 MATCHER_P(BufMatches, expected, "") {