Skip to content

Commit

Permalink
code format
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidVollmers committed Oct 5, 2023
1 parent 20d9c0d commit 8e86f8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/Ignis.Components/IgnisComponentBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ protected IgnisComponentBase()
_renderFragment = builder =>
{
_hasPendingQueuedRender = false;

BuildRenderTree(builder);
};
}
Expand Down
2 changes: 1 addition & 1 deletion packages/Ignis.Components/IgnisComponentExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public static IServiceCollection AddIgnis(this IServiceCollection serviceCollect
if (serviceCollection == null) throw new ArgumentNullException(nameof(serviceCollection));

serviceCollection.AddTransient<FrameTracker>();

serviceCollection.TryAddScoped<IContentRegistry, ContentRegistry>();

serviceCollection.TryAddSingleton<TimeProvider, TimeProviderImplementation>();
Expand Down

0 comments on commit 8e86f8a

Please sign in to comment.