Skip to content

Commit

Permalink
fixup_feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
dlon committed Dec 11, 2024
1 parent e73bed4 commit d3046d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion talpid-tunnel-config-client/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ const fn get_platform() -> proto::DaitaPlatform {
} else if cfg!(target_os = "ios") {
DaitaPlatform::IosWgGo
} else {
unimplemented!("This platform does not support DAITA V2")
panic!("This platform does not support DAITA V2")
};
PLATFORM
}
Expand Down

0 comments on commit d3046d8

Please sign in to comment.