Restore end `#nullable` fence

fixes 76a30e5d7
This commit is contained in:
YoshiRulz 2024-09-07 22:26:32 +10:00
parent daedf5ae07
commit 650c7cae17
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 1 additions and 0 deletions

View File

@ -85,5 +85,6 @@ namespace BizHawk.Emulation.Common
public string Scope { get; }
}
#nullable restore
}
}