Skip to content

Commit 9011caf

Browse files
committed
Indentation and commenting fixes
Fixed indentation on one of the lines (was a tad off); Removed references to nilability as nullable keyword indicates that. Didn't touch other functions I didn't author.
1 parent 83a9952 commit 9011caf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ObjectiveGit/GTCredential.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,10 @@ NS_ASSUME_NONNULL_BEGIN
7676

7777
/// Create a credential object from a SSH keyfile data string
7878
///
79-
/// userName - The username to authenticate as. Must not be nil.
79+
/// userName - The username to authenticate as.
8080
/// publicKeyString - The string containing the public key for that user.
81-
/// Can be omitted to reconstruct the public key from the private key.
82-
/// privateKeyString - The URL to the private key for that user. Must not be nil.
81+
/// Can be omitted to reconstruct the public key from the private key.
82+
/// privateKeyString - The URL to the private key for that user.
8383
/// passphrase - The passPhrase for the private key. Optional if the private key has no password.
8484
/// error - If not NULL, set to any errors that occur.
8585
///

0 commit comments

Comments
 (0)