Skip to content

Commit

Permalink
style: fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Jondyr committed Feb 26, 2025
1 parent 21fd9b0 commit c5f58d9
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
using Xunit;
using Altinn.Studio.Designer.Helpers;
using Altinn.Studio.Designer.Helpers.Preview;

namespace Designer.Tests.Helpers.Preview {
namespace Designer.Tests.Helpers.Preview
{

public class NugetVersionHelperTests {
public class NugetVersionHelperTests
{
[Fact]
public void GetMockedAltinnNugetBuildFromVersion_ShouldReturnEmptyStringForVersionsBelowBreakpoint()
{
Expand Down

0 comments on commit c5f58d9

Please sign in to comment.