rework reads/writes
[folly.git] / folly / io / async / EventBase.cpp
index 352e41f5afb187252059cfaced411d8c81003d63..b0e1eda68ae8332d4020d1282d852dcec1868ac1 100644 (file)
@@ -553,7 +553,6 @@ bool EventBase::runInEventBaseThread(Func fn) {
   if (inRunningEventBaseThread()) {
     runInLoop(std::move(fn));
     return true;
-
   }
 
   try {