Skip to content

Commit

Permalink
Addressed comments
Browse files Browse the repository at this point in the history
Summary:

Test Plan:

Reviewers:

Subscribers:

Tasks:

Tags:
  • Loading branch information
akankshamahajan15 committed Oct 24, 2022
1 parent 28679df commit 984a7ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/rocksdb/system_clock.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ struct ConfigOptions;
// operating system time-related functionality.
class SystemClock : public Customizable {
public:
virtual ~SystemClock() override {}
~SystemClock() override {}

static const char* Type() { return "SystemClock"; }
static Status CreateFromString(const ConfigOptions& options,
Expand Down

0 comments on commit 984a7ef

Please sign in to comment.