Skip to content

Commit

Permalink
warning remediation
Browse files Browse the repository at this point in the history
  • Loading branch information
eebbesen committed Dec 22, 2024
1 parent cfb26bd commit b266311
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion StpFoodBlazor/StpFoodBlazorTest/Pages/DealsTest.razor
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
ctx.Services.AddSingleton<ITimeService>(timeService);
}

public void Dispose(){
void Dispose(){
// so that TestDealService attributes are reset
}

Expand Down
2 changes: 1 addition & 1 deletion StpFoodBlazor/StpFoodBlazorTest/Pages/GiftCardsTest.razor
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
ctx.Services.AddSingleton<ITimeService>(timeService);
}

public void Dispose(){
void Dispose(){
// so that TestDealService attributes are reset
}

Expand Down

0 comments on commit b266311

Please sign in to comment.