Skip to content

Commit 04e0b2e

Browse files
Add trailing newlines to test files
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent b3df2d3 commit 04e0b2e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/Microsoft.Android.Sdk.TrimmableTypeMap.Tests/Generator/TypeMapAssemblyGeneratorTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,4 +504,4 @@ public void ParseParameterTypes_UnterminatedSignature_ReturnsEmptyList ()
504504
{
505505
Assert.Empty (JniSignatureHelper.ParseParameterTypes ("("));
506506
}
507-
}
507+
}

tests/Microsoft.Android.Sdk.TrimmableTypeMap.Tests/Generator/TypeMapModelBuilderTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -919,4 +919,4 @@ public void Fixture_CustomView_HasTwoConstructorWrappers ()
919919
Assert.Equal (2, proxy.UcoConstructors.Count);
920920
}
921921
}
922-
}
922+
}

0 commit comments

Comments
 (0)