mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Minor formatting cleanups in DatFiles
This commit is contained in:
@@ -22,8 +22,7 @@ namespace SabreTools.DatFiles.Formats
|
||||
/// Constructor designed for casting a base DatFile
|
||||
/// </summary>
|
||||
/// <param name="datFile">Parent DatFile to copy from</param>
|
||||
public SabreJSON(DatFile? datFile)
|
||||
: base(datFile)
|
||||
public SabreJSON(DatFile? datFile) : base(datFile)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user