Skip to content

Commit 3d2ae29

Browse files
author
Kevin Hellemun
committed
I must be blind :see-no-evil:.
1 parent 2c1d64c commit 3d2ae29

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

BunqSdk/Exception/ApiException.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ public ApiException(int responseCode, string messages) : base(messages)
1414
Messages = messages;
1515
}
1616
}
17-
}
17+
}

BunqSdk/Exception/ExceptionFactory.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ public class ExceptionFactory
1919
/// Glue to concatenate the error messages.
2020
/// </summary>
2121
private const string GLUE_ERROR_MESSAGES = "\n";
22-
2322

2423
/// <returns>The exception that belongs to this status code.</returns>
2524
public static ApiException CreateExceptionForResponse(int responseCode, IList<string> messages)
@@ -52,4 +51,4 @@ private static string ConcatenateMessages(IEnumerable<string> messages)
5251
return string.Join(GLUE_ERROR_MESSAGES, messages);
5352
}
5453
}
55-
}
54+
}

0 commit comments

Comments
 (0)