]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Fix "no new line at end of file" (#12806) v9.4.0
authorChangyu Bi <changyubi@meta.com>
Mon, 24 Jun 2024 21:50:08 +0000 (14:50 -0700)
committerChangyu Bi <changyubi@meta.com>
Mon, 24 Jun 2024 23:48:34 +0000 (16:48 -0700)
Summary:
internal CI with -Wnewline-eof complains about this.

Pull Request resolved: https://github.com/facebook/rocksdb/pull/12806

Reviewed By: jowlyzhang

Differential Revision: D58969551

Pulled By: cbi42

fbshipit-source-id: f97bd23f82129bac8dfd97b0ff4dbf7d2ded95d4

include/rocksdb/user_write_callback.h

index d002b9caaeb9ed986644f01ea188aa3eb2f30ad1..a84353d3a0fa05d8e98f5684eba3ebfce6907b7d 100644 (file)
@@ -26,4 +26,4 @@ class UserWriteCallback {
   virtual void OnWalWriteFinish() = 0;
 };
 
-}  // namespace ROCKSDB_NAMESPACE
\ No newline at end of file
+}  // namespace ROCKSDB_NAMESPACE