mirror of
https://github.com/plexusorg/Plex.git
synced 2025-07-13 02:08:34 +00:00
i prefer this
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user