Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
lhsoft committed Feb 21, 2024
1 parent a7738d7 commit 7fd7b80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/braft/log.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ int Segment::load(ConfigurationManager* configuration_manager) {
return ret;
// Truncate the log to the last normal index
} else {
ret = 0;
ret = 0;
}
}

Expand Down

0 comments on commit 7fd7b80

Please sign in to comment.