Skip to content

Commit fb0d1fa

Browse files
author
Kevin Hellemun
committed
Added { on its own line. (#43)
1 parent 43d9903 commit fb0d1fa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

BunqSdk.Tests/Model/Generated/Object/NotificationUrlTest.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ private void ExecuteNotificationUrlTest(
6363
Type classTypeExpected,
6464
string referencedObjectPropertyName,
6565
string subClassObjectPropertyName = null,
66-
Type subClassTypeExpected = null) {
66+
Type subClassTypeExpected = null)
67+
{
6768
var jsonString = ReadJsonFromFile(expectedJsonFileName);
6869
var notificationUrl = NotificationUrl.CreateFromJsonString(jsonString);
6970

0 commit comments

Comments
 (0)