Skip to content

Commit 7229028

Browse files
committed
style: prettier
1 parent 147f1b5 commit 7229028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/observability/src/shared/dashboard/widgets/table/services/table-widget-columns.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export class TableWidgetColumnsService {
6161
}
6262

6363
private isFilterable(type?: AttributeMetadataType): boolean {
64-
return type === undefined ? false: this.filterBuilderLookupService.isBuildableType(toFilterAttributeType(type));
64+
return type === undefined ? false : this.filterBuilderLookupService.isBuildableType(toFilterAttributeType(type));
6565
}
6666

6767
private lookupDisplayType(type: AttributeMetadataType): string {

0 commit comments

Comments
 (0)