Enable -Wextra-semi
[folly.git] / folly / fibers / Baton.h
index e5b92d1bdeb4904bfec08ed9307fbdb557676d31..8e1eab945705b50906b30d6a233e2c4d4c2054ff 100644 (file)
@@ -154,7 +154,7 @@ class Baton {
     PreBlockAttempts = 300,
   };
 
-  explicit Baton(intptr_t state) : waitingFiber_(state){};
+  explicit Baton(intptr_t state) : waitingFiber_(state){}
 
   void postHelper(intptr_t new_value);
   void postThread();