Skip to content

Commit

Permalink
style: format all
Browse files Browse the repository at this point in the history
  • Loading branch information
futrime committed Jan 9, 2025
1 parent cbaa031 commit 1d8fa12
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Lip.CLI/Program.cs
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// See https://aka.ms/new-console-template for more information
// See https://aka.ms/new-console-template for more information
Console.WriteLine("Hello, World!");
2 changes: 1 addition & 1 deletion Lip.Tests/ConditionWaiterTests.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Threading;
using System.Threading;

namespace Lip.Tests;

Expand Down
2 changes: 1 addition & 1 deletion Lip.Tests/Lip.InitTests.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.IO.Abstractions.TestingHelpers;
using System.IO.Abstractions.TestingHelpers;
using Moq;

namespace Lip.Tests;
Expand Down
2 changes: 1 addition & 1 deletion Lip.Tests/PackageManifestTests.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Text;
using System.Text;
using System.Text.Json;

namespace Lip.Tests;
Expand Down
2 changes: 1 addition & 1 deletion Lip.Tests/RuntimeConfigurationTests.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Text;
using System.Text;

namespace Lip.Tests;

Expand Down
2 changes: 1 addition & 1 deletion Lip.Tests/StringValidatorTests.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace Lip.Tests;
namespace Lip.Tests;

public class StringValidatorTests
{
Expand Down
2 changes: 1 addition & 1 deletion Lip/ConditionWaiter.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Diagnostics;
using System.Diagnostics;

namespace Lip;

Expand Down
2 changes: 1 addition & 1 deletion Lip/Lip.Init.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Text;
using System.Text;

namespace Lip;

Expand Down
2 changes: 1 addition & 1 deletion Lip/Lip.UserInteraction.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace Lip;
namespace Lip;

public partial class Lip
{
Expand Down
2 changes: 1 addition & 1 deletion Lip/Lip.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.IO.Abstractions;
using System.IO.Abstractions;

namespace Lip;

Expand Down
2 changes: 1 addition & 1 deletion Lip/PackageManifest.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Text.Json;
using System.Text.Json;
using System.Text.Json.Serialization;

namespace Lip;
Expand Down
2 changes: 1 addition & 1 deletion Lip/RuntimeConfiguration.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Text.Json;
using System.Text.Json;
using System.Text.Json.Serialization;

namespace Lip;
Expand Down
2 changes: 1 addition & 1 deletion Lip/StringValidator.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Text.RegularExpressions;
using System.Text.RegularExpressions;

namespace Lip;

Expand Down

0 comments on commit 1d8fa12

Please sign in to comment.