Fix spacing

This commit is contained in:
fabien.menager
2023-08-25 14:47:03 +02:00
parent 02c9ce7b58
commit 4c3085c99d
3 changed files with 3 additions and 3 deletions

View File

@@ -17,4 +17,4 @@ namespace EntityFrameworkCore.Projectables.Generated
return (global::Foo.Entity<T, TEnum> @this) => $"{@this.FirstName} {@this.LastName} {@this.SomeSubobject.SomeProp}";
}
}
}
}

View File

@@ -16,4 +16,4 @@ namespace EntityFrameworkCore.Projectables.Generated
return (global::Foo.Entity<T> @this) => $"{@this.FirstName} {@this.LastName} {@this.SomeSubobject}";
}
}
}
}

View File

@@ -14,4 +14,4 @@ namespace EntityFrameworkCore.Projectables.Generated
return () => default;
}
}
}
}