Skip to content

Commit da9a847

Browse files
committed
fmt
1 parent 29c268d commit da9a847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_metadata/src/locator.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -850,7 +850,7 @@ fn get_metadata_section<'p>(
850850
Ok(()) => {
851851
debug!("metadata blob read okay");
852852
Ok(blob)
853-
},
853+
}
854854
Err(None) => Err(MetadataError::LoadFailure(format!(
855855
"invalid metadata version found: {}",
856856
filename.display()

0 commit comments

Comments
 (0)