Fix rustfmt formatting in server and kiosk
Claude-Session: https://claude.ai/code/session_01RoC1ENJv254orkm7vZCQc3
This commit is contained in:
@@ -30,7 +30,11 @@ fn resolve_server_url(state: &AppState, headers: &HeaderMap) -> String {
|
||||
}
|
||||
|
||||
if !state.config.public_api_url.is_empty() {
|
||||
return state.config.public_api_url.trim_end_matches('/').to_string();
|
||||
return state
|
||||
.config
|
||||
.public_api_url
|
||||
.trim_end_matches('/')
|
||||
.to_string();
|
||||
}
|
||||
|
||||
"http://localhost:8080".to_string()
|
||||
|
||||
Reference in New Issue
Block a user