style(aio): lint fixes for examples (#23234)

PR Close #23234
This commit is contained in:
Igor Minar
2018-04-14 02:36:42 -07:00
committed by Jason Aden
parent 76f8ae31ad
commit 7d1990e4d1
7 changed files with 13 additions and 13 deletions

View File

@ -1,5 +1,5 @@
// #docregion
export class QuestionBase<T>{
export class QuestionBase<T> {
value: T;
key: string;
label: string;