Skip to content

Commit e29af8e

Browse files
committed
code clean up
1 parent 2746af8 commit e29af8e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Sources/BuilderIO/BuilderIOManager.swift

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,7 @@ public final class BuilderIOManager {
5151
}
5252

5353
public func fetchBuilderContent(model: String = "page", url: String? = nil, locale: String) async
54-
-> Result<
55-
BuilderContent, Error
56-
>
54+
-> Result<BuilderContent, Error>
5755
{
5856
do {
5957
let resolvedUrl = url ?? ""

0 commit comments

Comments
 (0)