mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Minor cleanup
This commit is contained in:
@@ -69,7 +69,7 @@ namespace SabreTools.DatFiles
|
|||||||
DatFormat.RomCenter => new RomCenter(baseDat),
|
DatFormat.RomCenter => new RomCenter(baseDat),
|
||||||
DatFormat.SabreJSON => new SabreJSON(baseDat),
|
DatFormat.SabreJSON => new SabreJSON(baseDat),
|
||||||
DatFormat.SabreXML => new SabreXML(baseDat),
|
DatFormat.SabreXML => new SabreXML(baseDat),
|
||||||
DatFormat.SoftwareList => new Formats.SoftwareList(baseDat),
|
DatFormat.SoftwareList => new SoftwareList(baseDat),
|
||||||
DatFormat.SSV => new SemicolonSeparatedValue(baseDat),
|
DatFormat.SSV => new SemicolonSeparatedValue(baseDat),
|
||||||
DatFormat.TSV => new TabSeparatedValue(baseDat),
|
DatFormat.TSV => new TabSeparatedValue(baseDat),
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user