diff --git a/Lip.CLI/Program.cs b/Lip.CLI/Program.cs index 39946ea..3751555 100644 --- a/Lip.CLI/Program.cs +++ b/Lip.CLI/Program.cs @@ -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!"); diff --git a/Lip.Tests/ConditionWaiterTests.cs b/Lip.Tests/ConditionWaiterTests.cs index 8ad4dc7..7ca79bc 100644 --- a/Lip.Tests/ConditionWaiterTests.cs +++ b/Lip.Tests/ConditionWaiterTests.cs @@ -1,4 +1,4 @@ -using System.Threading; +using System.Threading; namespace Lip.Tests; diff --git a/Lip.Tests/Lip.InitTests.cs b/Lip.Tests/Lip.InitTests.cs index 3cd42e4..605c003 100644 --- a/Lip.Tests/Lip.InitTests.cs +++ b/Lip.Tests/Lip.InitTests.cs @@ -1,4 +1,4 @@ -using System.IO.Abstractions.TestingHelpers; +using System.IO.Abstractions.TestingHelpers; using Moq; namespace Lip.Tests; diff --git a/Lip.Tests/PackageManifestTests.cs b/Lip.Tests/PackageManifestTests.cs index 31685f3..cb18cf2 100644 --- a/Lip.Tests/PackageManifestTests.cs +++ b/Lip.Tests/PackageManifestTests.cs @@ -1,4 +1,4 @@ -using System.Text; +using System.Text; using System.Text.Json; namespace Lip.Tests; diff --git a/Lip.Tests/RuntimeConfigurationTests.cs b/Lip.Tests/RuntimeConfigurationTests.cs index 90a7790..7012a0f 100644 --- a/Lip.Tests/RuntimeConfigurationTests.cs +++ b/Lip.Tests/RuntimeConfigurationTests.cs @@ -1,4 +1,4 @@ -using System.Text; +using System.Text; namespace Lip.Tests; diff --git a/Lip.Tests/StringValidatorTests.cs b/Lip.Tests/StringValidatorTests.cs index e10a67e..584c4e6 100644 --- a/Lip.Tests/StringValidatorTests.cs +++ b/Lip.Tests/StringValidatorTests.cs @@ -1,4 +1,4 @@ -namespace Lip.Tests; +namespace Lip.Tests; public class StringValidatorTests { diff --git a/Lip/ConditionWaiter.cs b/Lip/ConditionWaiter.cs index b21e766..45c2873 100644 --- a/Lip/ConditionWaiter.cs +++ b/Lip/ConditionWaiter.cs @@ -1,4 +1,4 @@ -using System.Diagnostics; +using System.Diagnostics; namespace Lip; diff --git a/Lip/Lip.Init.cs b/Lip/Lip.Init.cs index 264f607..ba361f8 100644 --- a/Lip/Lip.Init.cs +++ b/Lip/Lip.Init.cs @@ -1,4 +1,4 @@ -using System.Text; +using System.Text; namespace Lip; diff --git a/Lip/Lip.UserInteraction.cs b/Lip/Lip.UserInteraction.cs index 3933b60..e03ae43 100644 --- a/Lip/Lip.UserInteraction.cs +++ b/Lip/Lip.UserInteraction.cs @@ -1,4 +1,4 @@ -namespace Lip; +namespace Lip; public partial class Lip { diff --git a/Lip/Lip.cs b/Lip/Lip.cs index db4f594..54d5a4d 100644 --- a/Lip/Lip.cs +++ b/Lip/Lip.cs @@ -1,4 +1,4 @@ -using System.IO.Abstractions; +using System.IO.Abstractions; namespace Lip; diff --git a/Lip/PackageManifest.cs b/Lip/PackageManifest.cs index e9a8e67..640f1d4 100644 --- a/Lip/PackageManifest.cs +++ b/Lip/PackageManifest.cs @@ -1,4 +1,4 @@ -using System.Text.Json; +using System.Text.Json; using System.Text.Json.Serialization; namespace Lip; diff --git a/Lip/RuntimeConfiguration.cs b/Lip/RuntimeConfiguration.cs index aee3a31..721d84f 100644 --- a/Lip/RuntimeConfiguration.cs +++ b/Lip/RuntimeConfiguration.cs @@ -1,4 +1,4 @@ -using System.Text.Json; +using System.Text.Json; using System.Text.Json.Serialization; namespace Lip; diff --git a/Lip/StringValidator.cs b/Lip/StringValidator.cs index 6200f54..f88d516 100644 --- a/Lip/StringValidator.cs +++ b/Lip/StringValidator.cs @@ -1,4 +1,4 @@ -using System.Text.RegularExpressions; +using System.Text.RegularExpressions; namespace Lip;