Skip to content

Commit

Permalink
justify some comment expressions
Browse files Browse the repository at this point in the history
Signed-off-by: hillium <yu745514916@live.com>
  • Loading branch information
YuJuncen committed Dec 26, 2024
1 parent 1a98c76 commit 5eb9e73
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pkg/brpb/brpb.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions proto/brpb.proto
Original file line number Diff line number Diff line change
Expand Up @@ -853,10 +853,10 @@ message LogFileSubcompactions {

message LogFileCompaction {
// The selector of compaction source.
// Files contains ANY record greater than this will be selected.
// Files contains ANY record greater than this (and less than `until_ts`) will be selected.
uint64 compaction_from_ts = 1;
// The selector of compaction source.
// Files contains ANY record less than this will be selected.
// Files contains ANY record less than this (and not less than `until_ts`) will be selected.
uint64 compaction_until_ts = 2;
// The user provided name for the compaction.
string name = 3;
Expand Down

0 comments on commit 5eb9e73

Please sign in to comment.