Skip to content

Commit 54acf87

Browse files
committed
Fix formatting
1 parent df7b428 commit 54acf87

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
@@ -131,7 +131,7 @@ pub fn read_version(dylib_path: &AbsPath) -> io::Result<String> {
131131
let len_bytes = &dot_rustc[8..16];
132132
let data_len = u64::from_le_bytes(len_bytes.try_into().unwrap()) as usize;
133133
(&dot_rustc[16..data_len + 12], 17)
134-
}
134+
}
135135
_ => {
136136
return Err(io::Error::new(
137137
io::ErrorKind::InvalidData,

0 commit comments

Comments
 (0)