Skip to content

Commit c98e605

Browse files
Fix line endings
1 parent 24c4406 commit c98e605

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

Scripts/UI/InputField.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public class OnChangeEvent : UnityEvent<string>
5656

5757
public Func<KeyboardUI> spawnKeyboard { private get; set; }
5858

59-
public OnChangeEvent onValueChanged { get { return m_OnValueChanged; } }
59+
public OnChangeEvent onValueChanged { get { return m_OnValueChanged; } }
6060

6161
public virtual string text
6262
{

Tests/Editor/Unit/Core/EditingContextManagerTests.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,5 +166,4 @@ public void Cleanup()
166166

167167
class SetEditingContextImplementor : ISetEditingContext { }
168168
}
169-
170-
#endif
169+
#endif

0 commit comments

Comments
 (0)