suppress warnings in tests for deprecated functions
[folly.git] / folly / TimeoutQueue.cpp
index f81cabf8fe87d13c2dd1ce147b16c68434ba5407..f70724e01bec7d4155b7aed913784a535f251ebc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2011-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.
@@ -73,4 +73,4 @@ int64_t TimeoutQueue::runInternal(int64_t now, bool onceOnly) {
   return nextExp;
 }
 
-}  // namespace folly
+} // namespace folly