Skip to content

Commit

Permalink
Automatically linting code
Browse files Browse the repository at this point in the history
  • Loading branch information
rsg-bot authored and renovate[bot] committed May 6, 2024
1 parent ef2bf19 commit 2f83afd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Hosting/Conventions/SerilogHostingConvention.cs
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,4 @@ private class NullEnricher : ILogEventEnricher
{
public void Enrich(LogEvent logEvent, ILogEventPropertyFactory propertyFactory) { }
}
}
}
2 changes: 1 addition & 1 deletion test/Extensions.Tests/MediatRTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -121,4 +121,4 @@ public Task Handle(Request message, CancellationToken token)
return Task.FromResult(Unit.Value);
}
}
}
}

0 comments on commit 2f83afd

Please sign in to comment.