style: format backend
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user