Skip to content

Commit 8d3cc82

Browse files
committed
mess with whitespace
1 parent 97a5d5c commit 8d3cc82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/src/webdriver/VirtualAuth/IHasVirtualAuthenticator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public interface IHasVirtualAuthenticator
6464
/// </summary>
6565
/// <param name="credentialId">A byte array representing the ID of the credential to remove.</param>
6666
/// <exception cref="ArgumentNullException">If <paramref name="credentialId"/> is <see langword="null"/>.</exception>
67-
/// <exception cref="InvalidOperationException">If a Virtual Authenticator has not been added yet.</exception>
67+
/// <exception cref="InvalidOperationException">If a Virtual Authenticator has not been added yet.</exception>
6868
void RemoveCredential(byte[] credentialId);
6969

7070
/// <summary>

0 commit comments

Comments
 (0)