Skip to content

Commit 86e27d4

Browse files
committed
Refactor TextBuilder
1 parent 27fa210 commit 86e27d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/OutputUhooiCore/TextBuilder.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
final public class TextBuilder {
1+
public enum TextBuilder {
22
public static func buildText(phrase: String, count: Int?, includeCounter: Bool) -> String {
33
let repeatCount = count ?? 1
44
guard repeatCount >= 1 else {

0 commit comments

Comments
 (0)