cmake: mark the compression tests as slow
[folly.git] / folly / Uri.h
index 6369d5225d0a9099a372669a8ce984bf070a61df..21573b76d23f8845a3fefd7d4cc5689cb7d93945 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017 Facebook, Inc.
+ * Copyright 2013-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.
@@ -118,6 +118,6 @@ class Uri {
   std::vector<std::pair<std::string, std::string>> queryParams_;
 };
 
-}  // namespace folly
+} // namespace folly
 
 #include <folly/Uri-inl.h>