Adds Folly MPMCQueue test case
[folly.git] / folly / FormatArg.cpp
index 1e19aa5f7049eff2c6a243a7a5e83ce7196b5272..65b0dcc5678a24653a192aef94a8ff82ab3e278b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017 Facebook, Inc.
+ * Copyright 2017-present Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -24,4 +24,4 @@ namespace folly {
 [[noreturn]] void throwBadFormatArg(std::string const& msg) {
   throw BadFormatArg(msg);
 }
-}
+} // namespace folly