Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremytammik committed Jan 21, 2019
1 parent e99355f commit c21d732
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,4 +143,4 @@ private static bool IsGetByFieldMethod( MethodInfo methodInfo, Field field )
return parameters.Length == 1 && parameters.Single().ParameterType == typeof( Field );
}
}
}
}

0 comments on commit c21d732

Please sign in to comment.