From 373a740ae1c9ce73636a26712fd4ca3fc9830bd8 Mon Sep 17 00:00:00 2001 From: Steven Grosmark Date: Wed, 7 Aug 2024 17:13:22 -0400 Subject: [PATCH] Fix trailing space --- BlueprintUICommonControls/Sources/Box.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BlueprintUICommonControls/Sources/Box.swift b/BlueprintUICommonControls/Sources/Box.swift index 54d6223a3..804c64b0c 100644 --- a/BlueprintUICommonControls/Sources/Box.swift +++ b/BlueprintUICommonControls/Sources/Box.swift @@ -128,7 +128,7 @@ public struct Box: Element { } extension Box { - + public typealias CornerStyle = BlueprintUICommonControls.CornerStyle /// Specifies the curve style when showing rounded corners on a `Box`.