Skip to content

Commit 4c3085c

Browse files
committed
Fix spacing
1 parent 02c9ce7 commit 4c3085c

3 files changed

Lines changed: 3 additions & 3 deletions

tests/EntityFrameworkCore.Projectables.Generator.Tests/ProjectionExpressionGeneratorTests.GenericClassesWithContraints_AreRewritten.verified.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ namespace EntityFrameworkCore.Projectables.Generated
1717
return (global::Foo.Entity<T, TEnum> @this) => $"{@this.FirstName} {@this.LastName} {@this.SomeSubobject.SomeProp}";
1818
}
1919
}
20-
}
20+
}

tests/EntityFrameworkCore.Projectables.Generator.Tests/ProjectionExpressionGeneratorTests.GenericClassesWithTypeContraints_AreRewritten.verified.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ namespace EntityFrameworkCore.Projectables.Generated
1616
return (global::Foo.Entity<T> @this) => $"{@this.FirstName} {@this.LastName} {@this.SomeSubobject}";
1717
}
1818
}
19-
}
19+
}

tests/EntityFrameworkCore.Projectables.Generator.Tests/ProjectionExpressionGeneratorTests.GenericTypesWithConstraints.verified.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ namespace EntityFrameworkCore.Projectables.Generated
1414
return () => default;
1515
}
1616
}
17-
}
17+
}

0 commit comments

Comments
 (0)