Skip to content

Commit 0aad0b3

Browse files
committed
run rustfmt on changes
1 parent 2dbda0a commit 0aad0b3

File tree

1 file changed

+1
-1
lines changed
  • library/std/src/sys/windows

1 file changed

+1
-1
lines changed

library/std/src/sys/windows/fs.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1246,7 +1246,7 @@ pub fn stat(path: &Path) -> io::Result<FileAttr> {
12461246
}
12471247
}
12481248
Err(err)
1249-
},
1249+
}
12501250
Ok(attrs) => Ok(attrs),
12511251
}
12521252
}

0 commit comments

Comments
 (0)