Future<Unit> global fixup
[folly.git] / folly / SafeAssert.cpp
index 7d0b4208dec56da1bc8967c49f347957d6da0bb9..ccb1cb4d0ce5121a972c5913203e6230c4731453 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -47,4 +47,3 @@ void assertionFailure(const char* expr, const char* msg, const char* file,
 }
 
 }}  // namespaces
-