Skip to content

Commit 53e8f0b

Browse files
committed
Cleanup code a bit
1 parent 8143841 commit 53e8f0b

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

Tests/Editor/ScriptBuilderTest.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,5 @@ private static string NormaliseCRs(string source)
134134
{
135135
return source.Replace("\r\n", "\n").Replace("\r", "\n");
136136
}
137-
138137
}
139138
}

Tests/Editor/ScriptableEventEditorStateTest.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ namespace CHARK.ScriptableEvents.Tests.Editor
88
[TestFixture]
99
internal class ScriptableEventEditorStateTest
1010
{
11-
#region Private Fields
12-
13-
#endregion
14-
1511
#region Public Methods
1612

1713
[SetUp]

0 commit comments

Comments
 (0)