From c962b992bdcba9da024d77a5ae772100ccc0d29b Mon Sep 17 00:00:00 2001 From: Benjamin Charity Date: Thu, 5 Mar 2020 08:06:59 -0500 Subject: [PATCH] chore(Table): fix incorrect indentation on JSDoc --- projects/library/table/src/table.component.ts | 48 +++++++++---------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/projects/library/table/src/table.component.ts b/projects/library/table/src/table.component.ts index 3a0498416..b9b97ee1d 100644 --- a/projects/library/table/src/table.component.ts +++ b/projects/library/table/src/table.component.ts @@ -101,33 +101,33 @@ let nextUniqueId = 0; * * @example * - * - * - * Title - * - * - * {{ item.title }} - * - * + * + * + * Title + * + * + * {{ item.title }} + * + * * - * - * - * ID - * - * - * {{ item.id }}, - * - * + * + * + * ID + * + * + * {{ item.id }}, + * + * * - * - * + * + * * * * https://getterminus.github.io/ui-demos-release/components/table