Skip to content

Commit

Permalink
fixup: remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
dlon committed Mar 22, 2024
1 parent 3afb04b commit 6ce8e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion talpid-core/src/split_tunnel/macos/process.rs
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ struct ESExecEvent {
enum ESEvent {
Fork(ESForkEvent),
Exec(ESExecEvent),
Exit,
Exit(serde_json::Value),
}

#[derive(Debug, Deserialize)]
Expand Down

0 comments on commit 6ce8e6c

Please sign in to comment.