Apply dart autofixes
This commit is contained in:
parent
fa26d2f914
commit
505e3c2cd7
7 changed files with 11 additions and 9 deletions
|
@ -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(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue