Skip to content

Commit

Permalink
Consistent style
Browse files Browse the repository at this point in the history
  • Loading branch information
jkotas committed Mar 19, 2023
1 parent eaea235 commit e939806
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ internal unsafe ref partial struct TypeNameParser
{
if (throwOnError)
throw new TypeLoadException(SR.Arg_TypeLoadNullStr);
else
return null;
return null;
}

return new TypeNameParser(typeName)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ internal unsafe ref partial struct TypeNameParser
{
if (throwOnError)
throw new TypeLoadException(SR.Arg_TypeLoadNullStr);
else
return null;
return null;
}

return new TypeNameParser(typeName)
Expand Down

0 comments on commit e939806

Please sign in to comment.