From 4c3085c99d46303820b14f977bf47306f26af172 Mon Sep 17 00:00:00 2001 From: "fabien.menager" Date: Fri, 25 Aug 2023 14:47:03 +0200 Subject: [PATCH] Fix spacing --- ...Tests.GenericClassesWithContraints_AreRewritten.verified.txt | 2 +- ...s.GenericClassesWithTypeContraints_AreRewritten.verified.txt | 2 +- ...ssionGeneratorTests.GenericTypesWithConstraints.verified.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/EntityFrameworkCore.Projectables.Generator.Tests/ProjectionExpressionGeneratorTests.GenericClassesWithContraints_AreRewritten.verified.txt b/tests/EntityFrameworkCore.Projectables.Generator.Tests/ProjectionExpressionGeneratorTests.GenericClassesWithContraints_AreRewritten.verified.txt index df29739..fb4f5f3 100644 --- a/tests/EntityFrameworkCore.Projectables.Generator.Tests/ProjectionExpressionGeneratorTests.GenericClassesWithContraints_AreRewritten.verified.txt +++ b/tests/EntityFrameworkCore.Projectables.Generator.Tests/ProjectionExpressionGeneratorTests.GenericClassesWithContraints_AreRewritten.verified.txt @@ -17,4 +17,4 @@ namespace EntityFrameworkCore.Projectables.Generated return (global::Foo.Entity @this) => $"{@this.FirstName} {@this.LastName} {@this.SomeSubobject.SomeProp}"; } } -} +} \ No newline at end of file diff --git a/tests/EntityFrameworkCore.Projectables.Generator.Tests/ProjectionExpressionGeneratorTests.GenericClassesWithTypeContraints_AreRewritten.verified.txt b/tests/EntityFrameworkCore.Projectables.Generator.Tests/ProjectionExpressionGeneratorTests.GenericClassesWithTypeContraints_AreRewritten.verified.txt index 049cc0a..6913fb7 100644 --- a/tests/EntityFrameworkCore.Projectables.Generator.Tests/ProjectionExpressionGeneratorTests.GenericClassesWithTypeContraints_AreRewritten.verified.txt +++ b/tests/EntityFrameworkCore.Projectables.Generator.Tests/ProjectionExpressionGeneratorTests.GenericClassesWithTypeContraints_AreRewritten.verified.txt @@ -16,4 +16,4 @@ namespace EntityFrameworkCore.Projectables.Generated return (global::Foo.Entity @this) => $"{@this.FirstName} {@this.LastName} {@this.SomeSubobject}"; } } -} +} \ No newline at end of file diff --git a/tests/EntityFrameworkCore.Projectables.Generator.Tests/ProjectionExpressionGeneratorTests.GenericTypesWithConstraints.verified.txt b/tests/EntityFrameworkCore.Projectables.Generator.Tests/ProjectionExpressionGeneratorTests.GenericTypesWithConstraints.verified.txt index 737d5b5..8fd234b 100644 --- a/tests/EntityFrameworkCore.Projectables.Generator.Tests/ProjectionExpressionGeneratorTests.GenericTypesWithConstraints.verified.txt +++ b/tests/EntityFrameworkCore.Projectables.Generator.Tests/ProjectionExpressionGeneratorTests.GenericTypesWithConstraints.verified.txt @@ -14,4 +14,4 @@ namespace EntityFrameworkCore.Projectables.Generated return () => default; } } -} +} \ No newline at end of file