Browse Source

[csharp] Minor cleanup: Fixed whitespace to please format checks.

Harald Csaszar 4 years ago
parent
commit
702322e27b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      spine-csharp/src/AnimationState.cs

+ 1 - 1
spine-csharp/src/AnimationState.cs

@@ -1255,7 +1255,7 @@ namespace Spine {
 
 		/// <summary>Returns true if this entry is for the empty animation. See <see cref="AnimationState.SetEmptyAnimation(int, float)"/>,
 		/// <see cref="AnimationState.AddEmptyAnimation(int, float, float)"/>, and <see cref="AnimationState.SetEmptyAnimations(float)"/>.
-		public bool IsEmptyAnimation { get { return animation == AnimationState.EmptyAnimation; }}
+		public bool IsEmptyAnimation { get { return animation == AnimationState.EmptyAnimation; } }
 
 		/// <summary>
 		/// <para>