Remove unnecessary white line
[folly.git] / folly / io / async / README.md
index 48de55f3ab6055dc2dc2059e826ac8acfd09bc29..229920b201789084a399bc9ec4daee41b8c5ef71 100644 (file)
@@ -17,7 +17,6 @@ EventBase base;
 auto thread = std::thread([&](){
   base.loopForever();
 });
-
 ```
 
 EventBase has built-in support for message passing between threads.