Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QueryableMethods API fix #17168

Merged
merged 1 commit into from
Aug 15, 2019
Merged

QueryableMethods API fix #17168

merged 1 commit into from
Aug 15, 2019

Conversation

roji
Copy link
Member

@roji roji commented Aug 15, 2019

No description provided.

public static IReadOnlyDictionary<Type, MethodInfo> SumWithSelectorMethods { get; }
public static IReadOnlyDictionary<Type, MethodInfo> AverageWithoutSelectorMethods { get; }
public static IReadOnlyDictionary<Type, MethodInfo> AverageWithSelectorMethods { get; }
public static MethodInfo GetSumWithoutSelector(Type type) => SumWithoutSelectorMethods[type];
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Formatting: Don't have empty spaces. Default coding conventions don't align => but leaves single space around operator.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reverted all whitespace prettification

@roji roji merged commit 9a32290 into release/3.0 Aug 15, 2019
@ghost ghost deleted the QueryableMethodsFix branch August 15, 2019 02:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants