Skip to content

Commit b18fbe7

Browse files
fix: removed swiflint:disable nested rule from Web3+Utils.swift
1 parent 78c8f6c commit b18fbe7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Sources/web3swift/Web3/Web3+Utils.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ public typealias Web3Utils = Web3.Utils
1313
extension Web3 {
1414
/// Namespaced Utils functions. Are not bound to particular web3 instance, so capitalization matters.
1515
public struct Utils {
16-
// swiftlint:disable nesting
1716
typealias Iban = IBAN
18-
// swiftlint:enable nesting
1917
}
2018
}
2119

0 commit comments

Comments
 (0)