mirror of
https://github.com/zoriya/EntityFrameworkCore.Projectables.git
synced 2026-05-06 12:57:14 +00:00
Fix spacing
This commit is contained in:
@@ -17,4 +17,4 @@ namespace EntityFrameworkCore.Projectables.Generated
|
||||
return (global::Foo.Entity<T, TEnum> @this) => $"{@this.FirstName} {@this.LastName} {@this.SomeSubobject.SomeProp}";
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -16,4 +16,4 @@ namespace EntityFrameworkCore.Projectables.Generated
|
||||
return (global::Foo.Entity<T> @this) => $"{@this.FirstName} {@this.LastName} {@this.SomeSubobject}";
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -14,4 +14,4 @@ namespace EntityFrameworkCore.Projectables.Generated
|
||||
return () => default;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user