From 6125057c0424acca0f407d1e5c63b236b39b809a Mon Sep 17 00:00:00 2001 From: Philip Lamb Date: Wed, 16 Dec 2020 16:04:53 +1300 Subject: [PATCH] formatting. --- ports/libsimpleservo/capi/src/lib.rs | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/ports/libsimpleservo/capi/src/lib.rs b/ports/libsimpleservo/capi/src/lib.rs index 69c543000e2..9710b5e1241 100644 --- a/ports/libsimpleservo/capi/src/lib.rs +++ b/ports/libsimpleservo/capi/src/lib.rs @@ -216,11 +216,8 @@ pub struct CHostCallbacks { pub prompt_alert: extern "C" fn(message: *const c_char, trusted: bool), pub prompt_ok_cancel: extern "C" fn(message: *const c_char, trusted: bool) -> CPromptResult, pub prompt_yes_no: extern "C" fn(message: *const c_char, trusted: bool) -> CPromptResult, - pub prompt_input: extern "C" fn( - message: *const c_char, - def: *const c_char, - trusted: bool, - ) -> *const c_char, + pub prompt_input: + extern "C" fn(message: *const c_char, def: *const c_char, trusted: bool) -> *const c_char, pub on_devtools_started: extern "C" fn(result: CDevtoolsServerState, port: c_uint, token: *const c_char), pub show_context_menu: