Skip to content

Commit

Permalink
fixup! Adapt CI codestyle rustfmt diff
Browse files Browse the repository at this point in the history
  • Loading branch information
klemensn committed Feb 4, 2024
1 parent 7065a5b commit b1e82bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ fn main() -> eyre::Result<()> {
#[cfg(target_os = "openbsd")]
pledge(
"stdio rpath wpath cpath inet mcast flock chown unix dns proc exec audio",
None
None,
)
.unwrap();

Expand Down Expand Up @@ -199,7 +199,7 @@ fn main() -> eyre::Result<()> {
if internal_config.onevent.is_some() {
pledge(
"stdio rpath wpath cpath inet mcast unix dns proc exec audio",
None
None,
)
.unwrap();
} else {
Expand Down

0 comments on commit b1e82bb

Please sign in to comment.