Skip to content

Commit 98d73fe

Browse files
eladynphotovoltex
andauthored
fix whitespace
Co-authored-by: Felix Prillwitz <[email protected]>
1 parent 38df9bd commit 98d73fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/cache.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ impl Cache {
321321
#[cfg(unix)]
322322
if file.metadata()?.mode() & 0o004 != 0 {
323323
warn!(
324-
"credential file {location:?} is currently world readable, consider using chmod 600 {location:?} to fix this"
324+
"credential file {location:?} is currently world readable, consider using chmod 600 {location:?} to fix this"
325325
)
326326
}
327327
Ok(serde_json::from_reader(file)?)

0 commit comments

Comments
 (0)