From f9ad75cb3288cd778e2b43fa9e68a3c09dbeb89b Mon Sep 17 00:00:00 2001 From: Sumanth Nadigadda Date: Wed, 17 Jul 2024 22:08:13 +0530 Subject: [PATCH] Code clean up --- VDSSample/ViewControllers/TableViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VDSSample/ViewControllers/TableViewController.swift b/VDSSample/ViewControllers/TableViewController.swift index 16c7f8b..19e11ac 100644 --- a/VDSSample/ViewControllers/TableViewController.swift +++ b/VDSSample/ViewControllers/TableViewController.swift @@ -81,7 +81,7 @@ class TableViewController: BaseViewController { self?.component.tableHeader = headers var rows = self?.component.tableRows ?? [TableRowModel]() - self?.updateBottomLineStyle(items:&rows, style: rowStyle?.lineStyle()CXTDT-586383) + self?.updateBottomLineStyle(items:&rows, style: rowStyle?.lineStyle()) self?.component.tableRows = rows }