Skip to content

Commit

Permalink
chore: fixed code style warning in demo class
Browse files Browse the repository at this point in the history
  • Loading branch information
SOsterbrink committed Jul 1, 2024
1 parent 585abea commit 2215623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dscom.demo/assembly5/ExplodeyBaseClass.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ namespace dSPACE.Runtime.InteropServices.DemoAssembly5;

public class ExplodeyBaseClass : UserControl
{
private class PrivateImplementationDetails
private sealed class PrivateImplementationDetails
{
// required to reproduce #259
}
Expand Down

0 comments on commit 2215623

Please sign in to comment.