Skip to content

Commit 7fd7b80

Browse files
committed
fix comments
1 parent a7738d7 commit 7fd7b80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/braft/log.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ int Segment::load(ConfigurationManager* configuration_manager) {
354354
return ret;
355355
// Truncate the log to the last normal index
356356
} else {
357-
ret = 0;
357+
ret = 0;
358358
}
359359
}
360360

0 commit comments

Comments
 (0)