Code style fix

This commit is contained in:
2022-10-29 19:05:35 +02:00
parent 5fe1d3f12f
commit 7ddc1a1553
+1 -1
View File
@@ -137,7 +137,7 @@ namespace FlaxEngine.GUI
/// <summary>
/// Event fired when a key is up.
/// </summary>
public event Action<KeyboardKeys> KeyUp;
public event Action<KeyboardKeys> KeyUp;
/// <summary>
/// Gets or sets a value indicating whether this is a multiline text box control.