From bcd6cfacbd689f1b3cf266ac8c7c4564bc67159f Mon Sep 17 00:00:00 2001 From: twwu Date: Fri, 11 Jul 2025 10:41:15 +0800 Subject: [PATCH] fix: add missing newline at end of file in index.module.css --- .../datasets/create/notion-page-preview/index.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/components/datasets/create/notion-page-preview/index.module.css b/web/app/components/datasets/create/notion-page-preview/index.module.css index d5c96ad9d7..4d0eb1b672 100644 --- a/web/app/components/datasets/create/notion-page-preview/index.module.css +++ b/web/app/components/datasets/create/notion-page-preview/index.module.css @@ -30,4 +30,4 @@ .fileContent { white-space: pre-line; -} \ No newline at end of file +}