Skip to content

Commit

Permalink
Code styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone authored Oct 29, 2024
1 parent debdf12 commit 9d0902f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ ILogger<AutoSetupService> logger
{
_logger.LogInformation("The AutoSetup successfully provisioned the site '{SiteName}'.", setupOptions.SiteName);

return (setupContext,true);
return (setupContext, true);
}

var stringBuilder = new StringBuilder();
Expand Down

0 comments on commit 9d0902f

Please sign in to comment.