Skip to content

Commit 52181a5

Browse files
committed
Fix formatting
1 parent 692ab61 commit 52181a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rust/runfiles/runfiles.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,8 @@ impl Runfiles {
228228
}
229229

230230
fn create_manifest_based(manifest_path: &Path) -> Result<Mode> {
231-
let manifest_content = fs::read_to_string(manifest_path)
232-
.map_err(RunfilesError::RunfilesManifestIoError)?;
231+
let manifest_content =
232+
fs::read_to_string(manifest_path).map_err(RunfilesError::RunfilesManifestIoError)?;
233233
let path_mapping = manifest_content
234234
.lines()
235235
.flat_map(|line| {

0 commit comments

Comments
 (0)