i prefer this

This commit is contained in:
2022-05-19 13:59:16 -05:00
parent a775d258e9
commit 92c07f89fe
43 changed files with 285 additions and 277 deletions

View File

@ -27,7 +27,7 @@ class MapValueWriter implements dev.plex.toml.ValueWriter
file = context.file;
}
Map<?, ?> from = (Map<?, ?>)value;
Map<?, ?> from = (Map<?, ?>) value;
Toml toml = null;