Remove spaces.

pull/3645/head
maliming 6 years ago committed by GitHub
parent 1eabc127f6
commit 0a3c0636a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -47,7 +47,7 @@ namespace Volo.Abp.Cli.ProjectBuilding.Templates.Module
steps.Add(new RemoveFolderStep("/angular"));
}
private void RandomizeSslPorts(ProjectBuildContext context, List<ProjectBuildPipelineStep> steps)
{
steps.Add(new TemplateRandomSslPortStep(new List<string>

Loading…
Cancel
Save