Skip to content

Commit

Permalink
Remove empty statement (#2136)
Browse files Browse the repository at this point in the history
  • Loading branch information
JRahnama committed Aug 23, 2023
1 parent 591d929 commit a1ef973
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -2426,7 +2426,7 @@ private Assembly ResolveTypeAssembly(AssemblyName asmRef, bool throwOnError)
else
{
return null;
};
}
}
}

Expand Down
Expand Up @@ -3014,7 +3014,7 @@ private Assembly ResolveTypeAssembly(AssemblyName asmRef, bool throwOnError)
else
{
return null;
};
}
}
}

Expand Down

0 comments on commit a1ef973

Please sign in to comment.