Fix DCHECKs in IOBufQueue
[folly.git] / folly / SingletonThreadLocal.h
index a4bb462735c92de527cccf96ce670fe5a765a58e..c4d31efd3b251cd720d2ab3e274712d00981ac9c 100644 (file)
@@ -16,8 +16,8 @@
 
 #pragma once
 
-#include <folly/ThreadLocal.h>
 #include <folly/Singleton.h>
+#include <folly/ThreadLocal.h>
 
 namespace folly {
 
@@ -92,4 +92,4 @@ class SingletonThreadLocal {
 
   SingletonT singleton_;
 };
-}
+} // namespace folly