Skip to content

Commit 853f047

Browse files
committed
Cargo fmt
1 parent bc81d58 commit 853f047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/proc-macro-api/src/version.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ pub fn read_version(dylib_path: &AbsPath) -> io::Result<String> {
126126
let len_bytes = &dot_rustc[8..12];
127127
let data_len = u32::from_be_bytes(len_bytes.try_into().unwrap()) as usize;
128128
&dot_rustc[12..data_len + 12]
129-
},
129+
}
130130
_ => {
131131
return Err(io::Error::new(
132132
io::ErrorKind::InvalidData,

0 commit comments

Comments
 (0)