style: format files with Rustfmt

merge-requests/8/head
Nefo Fortressia 2021-10-31 17:00:56 +07:00
parent cc4811b01b
commit d68a8a8994
1 changed files with 3 additions and 2 deletions

View File

@ -26,8 +26,9 @@ impl EchidnaCoreEditor {
let file_location = file
.location()
.expect("file is required to have a location");
this.set_property("file", &file).expect("Could not set the 'file' property of EchidnaCoreEditor");
this.set_property("file", &file)
.expect("Could not set the 'file' property of EchidnaCoreEditor");
let cancellable = gio::Cancellable::new();
let filepath = file_location.path().expect("No filepath");