From cb7335ba154a59ff86b1286b8f81a0788e8101f0 Mon Sep 17 00:00:00 2001 From: GitHub Actions Autoformatter Date: Tue, 27 Aug 2024 20:54:07 +0000 Subject: [PATCH] Auto-format source code --- tests/generator/BGenTests.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/generator/BGenTests.cs b/tests/generator/BGenTests.cs index 47b8a5c3d3a1..a83493fb5a8e 100644 --- a/tests/generator/BGenTests.cs +++ b/tests/generator/BGenTests.cs @@ -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 provider) => - { + var hasEditorBrowsableAttribute = new Func ((ICustomAttributeProvider provider) => { return provider.CustomAttributes.Any (v => v.AttributeType.Name == "EditorBrowsableAttribute"); });