Skip to content

Commit 55ca695

Browse files
myzhang1029AJIOB
andauthored
Fix typo
Co-authored-by: Alex Overchenko <[email protected]>
1 parent b65d21a commit 55ca695

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cache/cache.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ impl CacheRead {
237237
// Fall back to writing directly to the final location
238238
warn!("Failed to create temp file on the same file system: {e}");
239239
let mut f = File::create(&path)?;
240-
// `optional`` is false in this branch, so do not ignore errors
240+
// `optional` is false in this branch, so do not ignore errors
241241
let mode = self.get_object(&key, &mut f)?;
242242
if let Some(mode) = mode {
243243
set_file_mode(&path, mode)?;

0 commit comments

Comments
 (0)