fix: missing newline at end of data-table-row.tsx

Add a newline at the end of the file.
This commit is contained in:
同語
2026-06-15 23:53:12 +08:00
committed by GitHub
parent 743520d55c
commit 426c9664e9
@@ -119,4 +119,4 @@ function getPrimitiveTextContent(content: React.ReactNode): string | null {
}
return null
}
}