Skip to content

Commit 637ac05

Browse files
committed
fix format
1 parent 7380847 commit 637ac05

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
@@ -251,7 +251,7 @@ public void OnDrawVisualElements(VisualElement root, Action onChangedCallback)
251251

252252
m_DefaultToggle = new Toggle("Default")
253253
{
254-
value = m_UseDefaultValue,
254+
value = m_UseDefaultValue,
255255
style =
256256
{
257257
flexDirection = FlexDirection.RowReverse

0 commit comments

Comments
 (0)