Skip to content

Commit a4e21c4

Browse files
committed
format
1 parent 0c43abf commit a4e21c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Packages/com.unity.inputsystem/InputSystem/Plugins/UI/InputSystemUIInputModule.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1003,9 +1003,9 @@ private bool shouldIgnoreFocus
10031003
// react.
10041004
get => explictlyIgnoreFocus || InputRuntime.s_Instance.runInBackground
10051005
#if UNITY_EDITOR
1006-
|| InputSystem.s_Manager.isReplayActive
1006+
|| InputSystem.s_Manager.isReplayActive
10071007
#endif
1008-
;
1008+
;
10091009
}
10101010

10111011
/// <summary>

0 commit comments

Comments
 (0)