Skip to content

Commit

Permalink
Update 0113-follower-read-cache.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mittalrishabh authored Dec 21, 2024
1 parent 19ec9f5 commit fa4bb98
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion text/0113-follower-read-cache.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ pub fn parse(bytes: &[u8]) -> Result<ReadIndexContext> {
bytes = &bytes[len..];
res.memory_lock = Some(memory_locked);
}
} }
}
}
}
```
Expand Down

0 comments on commit fa4bb98

Please sign in to comment.