Fix copyright lines
[folly.git] / folly / experimental / logging / test / ImmediateFileWriterTest.cpp
index e52b62df23f7530e89e0a876f3263cffc9a43f10..12bf05250e3c96cb849a1eadf3e6dcbd1ebf2b9d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2004-present 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.
@@ -86,7 +86,7 @@ void handleLoggingError(
     std::string&& msg) {
   internalWarnings->emplace_back(std::move(msg));
 }
-}
+} // namespace
 
 TEST(ImmediateFileWriter, ioError) {
   std::array<int, 2> fds;