From 7ddc1a155392f0e7c2005f444f2fdf61653f185f Mon Sep 17 00:00:00 2001 From: Wojtek Figat Date: Sat, 29 Oct 2022 19:05:35 +0200 Subject: [PATCH] Code style fix --- Source/Engine/UI/GUI/Common/TextBoxBase.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Engine/UI/GUI/Common/TextBoxBase.cs b/Source/Engine/UI/GUI/Common/TextBoxBase.cs index 92ea513a6..d78bd3d6b 100644 --- a/Source/Engine/UI/GUI/Common/TextBoxBase.cs +++ b/Source/Engine/UI/GUI/Common/TextBoxBase.cs @@ -137,7 +137,7 @@ namespace FlaxEngine.GUI /// /// Event fired when a key is up. /// - public event Action KeyUp; + public event Action KeyUp; /// /// Gets or sets a value indicating whether this is a multiline text box control.