Skip to content

Commit acf6b4a

Browse files
ZneekyCopilot
andcommitted
fix(select-sample): fix indentation
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 1f5e6aa commit acf6b4a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/app/select/select.sample.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ export class SelectSampleComponent implements OnInit {
4646
public fruits: string[] = ['Orange', 'Apple', 'Banana', 'Mango', 'Pear', 'Lemon', 'Peach', 'Apricot', 'Grapes', 'Cactus'];
4747
public selected: string;
4848
public selectRequired = true;
49-
50-
//Test data for nested @if/@else issue
49+
50+
// Test data for nested @if/@else issue
5151
public testItems: string[] = ['One', 'Two', 'Three', 'Four', 'Five', 'Six', 'Seven', 'Eight'];
5252

5353
public reactiveForm: UntypedFormGroup;

0 commit comments

Comments
 (0)