mirror of https://github.com/facebook/rocksdb.git
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:
parent
52be8f54f2
commit
526f36b483
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue