style: format backend

This commit is contained in:
2026-01-03 18:43:02 +01:00
parent c6d5d257fa
commit 50924e5fba
2 changed files with 8 additions and 26 deletions

View File

@@ -240,7 +240,7 @@ mod tests {
};
// WHEN: The application is converted to a runnable application
let app = Application::build(settings.clone(), None);
let app = Application::build(settings, None);
let _runnable_app = app.make_app();
// THEN: The middleware chain should use CORS settings from configuration