Skip to content

Commit

Permalink
Auto-format source code
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Autoformatter committed Dec 20, 2024
1 parent 10febf8 commit ec3143f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ObjCRuntime/DynamicRegistrar.cs
Original file line number Diff line number Diff line change
Expand Up @@ -950,7 +950,7 @@ protected override void OnRegisterType (ObjCType type)

if (type.RegisterAttribute?.IsStubClass == true) {
ErrorHelper.Show (ErrorHelper.CreateWarning (8059, Errors.MX8059, type.ExportedName, type.Type.FullName)); // Detected a stub Objective-C class ('{0}', for the managed type '{1}') while using the dynamic registrar. Stub Objective-C classes won't work correctly when using the dynamic registrar; please use any of the static registrars instead.
// keep going, things may just happen to work.
// keep going, things may just happen to work.
}

/*FIXME try to guess the name of the missing library - quite trivial for monotouch.dll*/
Expand Down

0 comments on commit ec3143f

Please sign in to comment.