Apply dart autofixes

This commit is contained in:
zontreck 2024-07-01 23:15:08 -07:00
parent fa26d2f914
commit 505e3c2cd7
7 changed files with 11 additions and 9 deletions

View file

@ -41,7 +41,7 @@ class Mod {
}
static Mod deserialize(CompoundTag tag) {
CompoundTag ct = tag as CompoundTag;
CompoundTag ct = tag;
return Mod(
mod_name: ct.get("name")!.asString(),