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 Aug 27, 2024
1 parent ea30774 commit cb7335b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/generator/BGenTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -245,8 +245,7 @@ public void EditorBrowsable (Profile profile)
var bgen = BuildFile (profile, false, true, "tests/editor-browsable.cs");
var types = bgen.ApiAssembly.MainModule.Types;

var hasEditorBrowsableAttribute = new Func<ICustomAttributeProvider, bool> ((ICustomAttributeProvider provider) =>
{
var hasEditorBrowsableAttribute = new Func<ICustomAttributeProvider, bool> ((ICustomAttributeProvider provider) => {
return provider.CustomAttributes.Any (v => v.AttributeType.Name == "EditorBrowsableAttribute");
});

Expand Down

0 comments on commit cb7335b

Please sign in to comment.