From 5d35630a62fa2c441cfd123832790045b99afb37 Mon Sep 17 00:00:00 2001 From: Richard Murillo Date: Tue, 24 Dec 2024 13:10:48 -0800 Subject: [PATCH] Update src/CodeFixes/BehaviorType.cs to remove BOM Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- src/CodeFixes/BehaviorType.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CodeFixes/BehaviorType.cs b/src/CodeFixes/BehaviorType.cs index 392404e..ef2d641 100644 --- a/src/CodeFixes/BehaviorType.cs +++ b/src/CodeFixes/BehaviorType.cs @@ -1,4 +1,4 @@ -namespace Moq.CodeFixes; +namespace Moq.CodeFixes; /// /// Options to customize the behavior of Moq.