Skip to content

Commit

Permalink
Improve format
Browse files Browse the repository at this point in the history
  • Loading branch information
Iam-WenYi committed Aug 21, 2024
1 parent 6e4119a commit 270b0fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/storage/src/base_data_value_format.h
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ class ParsedBaseDataValue : public ParsedInternalValue {
}

protected:
virtual void SetVersionToValue() override {};
virtual void SetVersionToValue() override{};

private:
const size_t kBaseDataValueSuffixLength = kSuffixReserveLength + kTimestampLength;
Expand Down

0 comments on commit 270b0fa

Please sign in to comment.