From 426c9664e98a36aa5fca308e2cf02f37e23d9d0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=8C=E8=AA=9E?= <133845290+t0ng7u@users.noreply.github.com> Date: Mon, 15 Jun 2026 23:53:12 +0800 Subject: [PATCH] fix: missing newline at end of data-table-row.tsx Add a newline at the end of the file. --- web/default/src/components/data-table/core/data-table-row.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/default/src/components/data-table/core/data-table-row.tsx b/web/default/src/components/data-table/core/data-table-row.tsx index 808398c0..6ae1cf98 100644 --- a/web/default/src/components/data-table/core/data-table-row.tsx +++ b/web/default/src/components/data-table/core/data-table-row.tsx @@ -119,4 +119,4 @@ function getPrimitiveTextContent(content: React.ReactNode): string | null { } return null -} \ No newline at end of file +}