Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
jaykorean committed Feb 27, 2024
1 parent 2e569cf commit 1c0563d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/rocksdb/options.h
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ struct CompactionServiceScheduleResponse {
CompactionServiceScheduleResponse(std::string scheduled_job_id_,
CompactionServiceJobStatus status_)
: scheduled_job_id(scheduled_job_id_), status(status_) {}
CompactionServiceScheduleResponse(CompactionServiceJobStatus status_)
explicit CompactionServiceScheduleResponse(CompactionServiceJobStatus status_)
: status(status_) {}
};

Expand Down

0 comments on commit 1c0563d

Please sign in to comment.