formatting

This commit is contained in:
Ashley Wulber 2021-12-29 22:32:10 -05:00
parent 65f43a9300
commit ed4863388f
17 changed files with 56 additions and 56 deletions

View file

@ -20,7 +20,7 @@ impl AppGroup {
("icon", &data.icon),
("category", &data.category),
])
.expect("Failed to create `ApplicationObject`.");
.expect("Failed to create `ApplicationObject`.");
if let Err(e) = self_.set_property("appnames", data.app_names.to_variant()) {
println!("failed to set category icon property");
dbg!(e);