Skip to content

Commit cadd84c

Browse files
committed
fix(LoginJob): Typo
1 parent 39b7952 commit cadd84c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/front/macOS/kDriveCore/ServerBridge/Jobs/LoginJob.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public struct LoginJob: Sendable {
2525
public enum LoginJobError: Error {
2626
case userNotFound
2727
case noReplyMessage
28-
case serverError(code: KDC.ExitCode, cause: KDC.ExitCause,)
28+
case serverError(code: KDC.ExitCode, cause: KDC.ExitCause)
2929
}
3030

3131
public init() {}

0 commit comments

Comments
 (0)