Skip to content

Commit

Permalink
Refactor: Change namespace of CSharpFormatter class
Browse files Browse the repository at this point in the history
The namespace of the `CSharpFormatter` class has been changed from
`WireMockInspector.ViewModels` to `WireMockInspector.CodeGenerators`.
This reorganization better categorizes the class under a namespace
that aligns with its functionality related to code generation.
  • Loading branch information
markheinis authored and cezarypiatek committed Jul 11, 2024
1 parent 5b17907 commit b31f859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WireMockInspector/CodeGenerators/CSharpFormatter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using System.Linq;
using Newtonsoft.Json.Linq;

namespace WireMockInspector.ViewModels;
namespace WireMockInspector.CodeGenerators;

internal static class CSharpFormatter
{
Expand Down

0 comments on commit b31f859

Please sign in to comment.