Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ namespace UnityEngine.InputSystem.Editor
/// </remarks>
internal static class EditorInputControlLayoutCache
{

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

low
Have you considered removing this blank line? It appears to have trailing whitespace and is typically not needed at the start of a class definition, which can help maintain consistent code formatting and cleanliness.

🤖 Helpful? 👍/👎

/// <summary>
/// Iterate over all control layouts in the system.
/// </summary>
Expand Down
Loading