Skip to content

Commit

Permalink
Merge pull request #15 from qiuyangnie/master
Browse files Browse the repository at this point in the history
Replace '_functionBuilder' with 'resultBuilder'
  • Loading branch information
NicholasBellucci authored Jun 19, 2022
2 parents 6f24c8f + 87948e2 commit 0aba9e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/StatefulTabView/StatefulTabView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ private extension StatefulTabView {
}
}

@_functionBuilder
@resultBuilder
public struct TabBuilder {
public static func buildBlock(_ children: Tab...) -> [Tab] {
children
Expand Down

0 comments on commit 0aba9e1

Please sign in to comment.