Skip to content

Commit 875194b

Browse files
committed
Remove private initializer
1 parent face628 commit 875194b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

WooCommerce/Classes/Tools/VersionHelpers.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ import Foundation
33
/// Helpers for working with versions (e.g. comparing two version strings)
44
///
55
final class VersionHelpers {
6-
private init() {}
7-
86
/// Compares two strings as versions using the same approach as PHP `version_compare`.
97
/// https://www.php.net/manual/en/function.version-compare.php
108
///

0 commit comments

Comments
 (0)