Skip to content

Commit

Permalink
rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
TDecking committed Jun 27, 2020
1 parent e03d034 commit 2ba2766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/plugin-lib/src/base_cache.rs
Expand Up @@ -335,7 +335,7 @@ impl ChunkCache {
} else if delta.is_simple_delete() {
// Don't go over cache boundary.
let end = end.min(self.offset + self.contents.len());

self.simple_delete(start, end);
false
} else if let Some(text) = delta.as_simple_insert() {
Expand Down

0 comments on commit 2ba2766

Please sign in to comment.