Further code style conformity
This commit is contained in:
parent
2982a13bc2
commit
df3c9cba8a
2 changed files with 4 additions and 2 deletions
|
|
@ -48,7 +48,9 @@ fn show_window(application: &Application) {
|
||||||
let ui = UI::new(
|
let ui = UI::new(
|
||||||
window,
|
window,
|
||||||
async |film_uuid| {
|
async |film_uuid| {
|
||||||
data_manager.get_film_details(film_uuid).await
|
data_manager
|
||||||
|
.get_film_details(film_uuid)
|
||||||
|
.await
|
||||||
.expect("A film with the given UUID should exist")
|
.expect("A film with the given UUID should exist")
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue