Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
IeuanWalker committed Apr 19, 2024
1 parent 636a16c commit e83a5ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions ExampleProject/ExampleProject.csproj
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ static void Generate(SourceProductionContext context, ImmutableArray<List<JobMod
using Hangfire;
using Microsoft.AspNetCore.Builder;");

sb.Append("namespace ").Append(assemblyName).Append(@";
sb.Append("\r\n\r\nnamespace ").Append(assemblyName).Append(@";
public static class RecurringJobRegistrationExtensions
{
Expand Down

0 comments on commit e83a5ef

Please sign in to comment.