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

@ -142,7 +142,7 @@ impl ObjectImpl for AppGroup {
.get::<Variant>()
.expect("The icon needs to be a Variant"),
)
.expect("The icon variant needs to be a Vec<String>");
.expect("The icon variant needs to be a Vec<String>");
self.data.borrow_mut().app_names = appnames;
}
_ => unimplemented!(),