Skip to content

Commit 2900b39

Browse files
committed
chore: lint fix
1 parent fa31da3 commit 2900b39

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/Packages/Passport/Runtime/Scripts/Public/PassportUIBuilder.cs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ namespace Immutable.Passport
1212
public class PassportUIBuilder : MonoBehaviour
1313
{
1414
[Header("UI Configuration")]
15-
[SerializeField] [Tooltip("The PassportManager to connect this UI to")]
15+
[SerializeField]
16+
[Tooltip("The PassportManager to connect this UI to")]
1617
private PassportManager passportManager;
1718

1819
[Header("Layout Settings")]
@@ -22,7 +23,8 @@ [SerializeField] [Tooltip("The PassportManager to connect this UI to")]
2223
[SerializeField] private float elementSpacing = 10f;
2324

2425
[Header("Cursor Management (Demo Feature)")]
25-
[SerializeField] [Tooltip("WARNING: Aggressive cursor management for demo purposes. May conflict with game cursor logic.")]
26+
[SerializeField]
27+
[Tooltip("WARNING: Aggressive cursor management for demo purposes. May conflict with game cursor logic.")]
2628
private bool forceCursorAlwaysAvailable = true;
2729

2830
[Header("Generated UI References (Auto-populated)")]

0 commit comments

Comments
 (0)