Skip to content

Commit

Permalink
Fix "no new line at end of file" (#12806)
Browse files Browse the repository at this point in the history
Summary:
internal CI with -Wnewline-eof complains about this.

Pull Request resolved: #12806

Reviewed By: jowlyzhang

Differential Revision: D58969551

Pulled By: cbi42

fbshipit-source-id: f97bd23f82129bac8dfd97b0ff4dbf7d2ded95d4
  • Loading branch information
cbi42 committed Jun 24, 2024
1 parent 08d85c6 commit 5f003e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/rocksdb/user_write_callback.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ class UserWriteCallback {
virtual void OnWalWriteFinish() = 0;
};

} // namespace ROCKSDB_NAMESPACE
} // namespace ROCKSDB_NAMESPACE

0 comments on commit 5f003e4

Please sign in to comment.