Skip to content

Commit

Permalink
Remove a trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
kit-ty-kate committed Oct 1, 2024
1 parent 69882f8 commit e2f67c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/state/opamSysPoll.ml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ let poll_os_distribution () =
| Some "win32" ->
let kind =
OpamStd.Sys.get_windows_executable_variant
?search_in_first:(OpamCoreConfig.(!r.cygbin)) "cygpath.exe"
?search_in_first:(OpamCoreConfig.(!r.cygbin)) "cygpath.exe"
in
begin match kind with
| `Msys2 -> Some "msys2"
Expand Down

0 comments on commit e2f67c1

Please sign in to comment.