Fix copyright lines
[folly.git] / folly / executors / test / FiberIOExecutorTest.cpp
index 87d60c7e17f888294130ebcb1efcc0556c5039dc..4cd20c94e09115df1e9def0cb20de5a76d99d679 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,7 +24,7 @@
 namespace {
 
 class FiberIOExecutorTest : public testing::Test {};
-}
+} // namespace
 
 TEST_F(FiberIOExecutorTest, event_base) {
   auto tpe = std::make_shared<folly::IOThreadPoolExecutor>(1);