Skip to content

Commit

Permalink
style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fangjian0423 committed Nov 29, 2024
1 parent 7dfc567 commit 0719954
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/webapp/app/home/generator/generator.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ export class GeneratorComponent implements OnInit {
this.newGenerator();
this.languageOptions = GeneratorComponent.getAllSupportedLanguageOptions();
this.iaCToolOptions = [
{ name: 'Terraform', value: 'terraform'},
{ name: 'Bicep', value: 'bicep'}
{ name: 'Terraform', value: 'terraform' },
{ name: 'Bicep', value: 'bicep' }
];
this.gitConfig = this.gitConfigurationService.gitConfig;
if (this.gitConfig) {
Expand Down

0 comments on commit 0719954

Please sign in to comment.