Skip to content
This repository was archived by the owner on Sep 1, 2024. It is now read-only.

Commit 9ce28f2

Browse files
committed
fix: comment spacing in ios
1 parent da55620 commit 9ce28f2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

ios/SimpleBcrypt.swift

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ class SimpleBcrypt: NSObject {
3838
}
3939
}
4040

41-
/// Compares a plaintext and a hashed string.
42-
/// - Parameters:
43-
/// - plainText: The plaintext string.
44-
/// - hashed: The hashed string.
45-
/// - resolver: Promise resolve block.
46-
/// - rejecter: Promise reject block.
41+
/// Compares a plaintext and a hashed string.
42+
/// - Parameters:
43+
/// - plainText: The plaintext string.
44+
/// - hashed: The hashed string.
45+
/// - resolver: Promise resolve block.
46+
/// - rejecter: Promise reject block.
4747
@objc
4848
func compare(_ plainText: String, hashed: String, resolver: @escaping RCTPromiseResolveBlock, rejecter: @escaping RCTPromiseRejectBlock) {
4949
// Validate input

0 commit comments

Comments
 (0)