Skip to content

Commit 81279e8

Browse files
committed
formatting
1 parent db28d06 commit 81279e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Packages/com.unity.inputsystem/InputSystem/Editor/InputParameterEditor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public abstract class InputParameterEditor
3232
/// It was mostly needed for the imgui-based editors and should be avoided now.
3333
/// Should be removed once we can release the next major version.
3434
/// </summary>
35-
public void OnGUI() { }
35+
public void OnGUI() {}
3636

3737
/// <summary>
3838
/// Add visual elements for this parameter editor to a root VisualElement.

0 commit comments

Comments
 (0)