Skip to content

Commit 18a668e

Browse files
committed
format
1 parent ecb050a commit 18a668e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sys.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ pub trait Sys: Clone {
7474
/// Gets and parses the PATHEXT environment variable on Windows.
7575
///
7676
/// Override this to disable globally caching the parsed PATHEXT.
77-
///
77+
///
7878
/// Note: This will only be called when `is_windows()` returns `true`
7979
/// and isn't conditionally compiled with `#[cfg(windows)]` so that it
8080
/// can work in Wasm.

0 commit comments

Comments
 (0)