Skip to content

Commit

Permalink
Code styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone committed Dec 5, 2023
1 parent 876b554 commit e97db82
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ public Task ChangeUserSensitiveContentMaintenanceTaskShouldBeExecutedSuccessfull
async context =>
{
var homepageUri = await SetupHelpers.RunSetupAsync(context);

return homepageUri;
},
configuration => configuration.ChangeUserSensitiveContentMaintenanceConfiguration());
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ public Task ChangeUserSensitiveContentMaintenanceTaskShouldBeExecutedSuccessfull
async context =>
{
var homepageUri = await SetupHelpers.RunSetupAsync(context);

return homepageUri;
},
configuration => configuration.ChangeUserSensitiveContentMaintenanceConfiguration());
Expand Down

0 comments on commit e97db82

Please sign in to comment.