Skip to content

Commit 6d8fc8a

Browse files
chore: updated the swift-tools-version to version 5.5
1 parent d2ff7ce commit 6d8fc8a

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version: 5.4
1+
// swift-tools-version: 5.5
22
// The swift-tools-version declares the minimum version of Swift required to build this package.
33

44
import PackageDescription

Sources/PersianJustify/Extensions/String.toPJString(in).swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ extension String {
1111
let defaultFont = Font()
1212
let font = view.getFont() ?? defaultFont
1313
let parentWidth = view.frame.width
14-
1514
return toPJString(fittingWidth: parentWidth, font: font)
1615
}
1716
}

0 commit comments

Comments
 (0)