Skip to content

Commit 7cccc3a

Browse files
authored
Whitespace
1 parent c03a503 commit 7cccc3a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Aspire.Hosting.NodeJs/NodeAppResource.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ public class NodeAppResource(string name, string command, string workingDirector
1717
{
1818
private static string ThrowIfNull([NotNull] string? argument, [CallerArgumentExpression(nameof(argument))] string? paramName = null)
1919
=> argument ?? throw new ArgumentNullException(paramName);
20-
}
20+
}

tests/Aspire.Hosting.NodeJs.Tests/Aspire.Hosting.NodeJs.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2-
2+
33
<PropertyGroup>
44
<TargetFramework>$(NetCurrent)</TargetFramework>
55
</PropertyGroup>

0 commit comments

Comments
 (0)