Skip to content

Commit 7af8f2e

Browse files
committed
fmt
1 parent eeb83f9 commit 7af8f2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_metadata/src/locator.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -867,7 +867,7 @@ fn get_metadata_section<'p>(
867867
Ok(()) => {
868868
debug!("metadata blob read okay");
869869
Ok(blob)
870-
},
870+
}
871871
Err(None) => Err(MetadataError::LoadFailure(format!(
872872
"invalid metadata version found: {}",
873873
filename.display()

0 commit comments

Comments
 (0)