From: Pingjia Shan Date: Fri, 17 Nov 2017 17:40:14 +0000 (-0800) Subject: Remove unnecessary white line X-Git-Tag: v2017.11.20.00~5 X-Git-Url: http://plrg.eecs.uci.edu/git/?p=folly.git;a=commitdiff_plain;h=ba4282e472390a2d9ba23672b8844b9f23db0916 Remove unnecessary white line Summary: Seems to be causing rendering error: {F114885894} Created from Diffusion's 'Open in Editor' feature. Reviewed By: lskuff Differential Revision: D6358188 fbshipit-source-id: 3c437007b425bcadb79a71807ad92d520a70e8cb --- diff --git a/folly/io/async/README.md b/folly/io/async/README.md index 48de55f3..229920b2 100644 --- a/folly/io/async/README.md +++ b/folly/io/async/README.md @@ -17,7 +17,6 @@ EventBase base; auto thread = std::thread([&](){ base.loopForever(); }); - ``` EventBase has built-in support for message passing between threads.