style: format files with Rustfmt
parent
cc4811b01b
commit
d68a8a8994
|
@ -27,7 +27,8 @@ impl EchidnaCoreEditor {
|
||||||
.location()
|
.location()
|
||||||
.expect("file is required to have a 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 cancellable = gio::Cancellable::new();
|
||||||
let filepath = file_location.path().expect("No filepath");
|
let filepath = file_location.path().expect("No filepath");
|
||||||
|
|
Loading…
Reference in New Issue