Skip to content

Commit

Permalink
Added missing new line at EOF. (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
OGKevin committed Jul 10, 2018
1 parent 4943726 commit f7a6d0e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion BunqSdk.Tests/Http/ResponseIdOnNotFoundRequestTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ public void TestBadRequestWithResponseId()
Assert.NotNull(caughtException.ResponseId);
}
}
}
}
2 changes: 1 addition & 1 deletion BunqSdk.Tests/Model/Generated/Endpoint/CardDebitTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,4 @@ private static Pointer GetAlias()
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ private static void DeleteMonetaryAccount(int idToClose)
reasonDescription: ReasonDescription);
}
}
}
}
2 changes: 1 addition & 1 deletion BunqSdk.Tests/Model/Generated/Endpoint/PaymentTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ public void TestMakePaymentToOtherAccount()
);
}
}
}
}

0 comments on commit f7a6d0e

Please sign in to comment.