Skip to content

Commit

Permalink
Add back missing return.
Browse files Browse the repository at this point in the history
  • Loading branch information
333fred committed Nov 29, 2022
1 parent ceccae0 commit 09a0c51
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ void CheckAndRegisterImplementation(bool isPublic)
context.ReportDiagnostic(cur);
}
});

return;
}

RegisterImplActions(compilationContext, new Impl(compilationContext.Compilation, shippedData, unshippedData, isPublic, compilationContext.Options));
Expand Down

0 comments on commit 09a0c51

Please sign in to comment.