Skip to content

Commit 1071afe

Browse files
Updated code formatting
1 parent f411b20 commit 1071afe

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

BunqSdk.Tests/Model/Core/NotificationFilterTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,4 @@ private MonetaryAccountBank GetPrimaryMonetaryAccount()
108108
return BunqContext.UserContext.PrimaryMonetaryAccountBank;
109109
}
110110
}
111-
}
111+
}

BunqSdk.Tests/Util/TestPriorityAttribute.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ public TestPriorityAttribute(int priority)
1212
Priority = priority;
1313
}
1414
}
15-
}
15+
}

BunqSdk.Tests/Util/TestPriorityOrderer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ public IEnumerable<TTestCase> OrderTestCases<TTestCase>(IEnumerable<TTestCase> a
5454
return result;
5555
}
5656
}
57-
}
57+
}

BunqSdk/Model/Core/NotificationFilterUrlMonetaryAccountInternal.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ Dictionary<String, String> customHeaders
5858
return FromJsonList<NotificationFilterUrl>(responseRaw, OBJECT_TYPE_GET);
5959
}
6060
}
61-
}
61+
}

0 commit comments

Comments
 (0)