Remove extra semicolon (#12017)

Summary:
As titled.

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

Reviewed By: hx235

Differential Revision: D50670406

Pulled By: jowlyzhang

fbshipit-source-id: 28b3acd930ee676d78ebb47144047ce233fc11c5
This commit is contained in:
Yu Zhang 2023-10-25 17:48:21 -07:00 committed by Facebook GitHub Bot
parent 52be8f54f2
commit 526f36b483
1 changed files with 1 additions and 1 deletions

View File

@ -1001,7 +1001,7 @@ class WritableFile {
/*
* Get the size of valid data in the file.
*/
virtual uint64_t GetFileSize() { return 0; };
virtual uint64_t GetFileSize() { return 0; }
/*
* Get and set the default pre-allocation block size for writes to