Skip to content

Commit 59504a3

Browse files
committed
Update SettingsBuilder.swift
1 parent 99c7a84 commit 59504a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/swiftui-loop-videoplayer/utils/SettingsBuilder.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public struct SettingsBuilder{
1818
/// Build block
1919
/// - Parameter values: Input values
2020
/// - Returns: Array of settings
21-
public static func buildBlock(_ values: SettingsConvertible...) -> [Setting]{
21+
public static func buildBlock(_ values: any SettingsConvertible...) -> [Setting]{
2222
values.flatMap{ $0.asSettings() }
2323
}
2424
}

0 commit comments

Comments
 (0)