mirror of
https://github.com/Ferrite-iOS/Ferrite.git
synced 2026-05-20 17:02:27 +00:00
Ferrite: Format
Signed-off-by: kingbri <bdashore3@proton.me>
This commit is contained in:
parent
87d94e4c35
commit
9f83ebfce0
3 changed files with 3 additions and 3 deletions
|
|
@ -9,6 +9,6 @@ import Foundation
|
||||||
|
|
||||||
extension OperatingSystemVersion {
|
extension OperatingSystemVersion {
|
||||||
func toString() -> String {
|
func toString() -> String {
|
||||||
return "\(self.majorVersion).\(self.minorVersion).\(self.patchVersion)"
|
"\(majorVersion).\(minorVersion).\(patchVersion)"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue