Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
CamelCaseName committed Jul 17, 2023
1 parent 1883ab2 commit f6f1739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Il2CppInterop.Generator/Contexts/AssemblyRewriteContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ public TypeReference RewriteTypeRef(TypeReference? typeRef)
{
return Imports.Il2CppObjectBase;
}
if(originalTypeDef == null)
if (originalTypeDef == null)
return Imports.Il2CppObjectBase;
var targetAssembly = GlobalContext.GetNewAssemblyForOriginal(originalTypeDef.Module.Assembly);
var target = targetAssembly.GetContextForOriginalType(originalTypeDef).NewType;
Expand Down

0 comments on commit f6f1739

Please sign in to comment.