[csharp] Minor formatting.

This commit is contained in:
Harald Csaszar 2025-10-15 18:36:12 +02:00
parent f53a514bf8
commit 3dffd72985

View File

@ -44,7 +44,7 @@ namespace Spine {
}
public AtlasAttachmentLoader (bool allowMissingRegions, params Atlas[] atlasArray) {
if (atlasArray == null) throw new ArgumentNullException ("atlas", "atlas array cannot be null.");
if (atlasArray == null) throw new ArgumentNullException("atlas", "atlas array cannot be null.");
this.atlasArray = atlasArray;
this.allowMissingRegions = allowMissingRegions;
}