Skip to content

Commit 377cefa

Browse files
committed
format code
1 parent fd271c2 commit 377cefa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Packages/com.unity.inputsystem/InputSystem/Controls/KeyControl.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ protected override void RefreshConfiguration()
8181
// For example on Swedish Windows layout right shift display name is "HÖGER SKIFT".
8282
// Just passing it to ToTitleCase won't change anything. But passing "höger skift" will return "Höger Skift".
8383
var keyNameLowerCase = rawKeyName.ToLowerInvariant();
84-
84+
8585
if (string.IsNullOrEmpty(keyNameLowerCase))
8686
{
8787
displayName = rawKeyName;

0 commit comments

Comments
 (0)