remove extra brackets

This commit is contained in:
yggverse 2024-12-11 01:05:26 +02:00
parent 054afd270a
commit e4f475588b

View File

@ -519,9 +519,7 @@ impl Page {
)
);
},
Err(e) => {
action.cancel.activate(&e.to_string())
}
Err(e) => action.cancel.activate(&e.to_string())
}
}
}