This is an automated email from the ASF dual-hosted git repository.

delei pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fesod.git


The following commit(s) were added to refs/heads/main by this push:
     new c03a9c52 docs: remove redundant blank line (#992)
c03a9c52 is described below

commit c03a9c5293e21906d857c19d6224c1c7e217cee3
Author: xleoken <[email protected]>
AuthorDate: Fri Aug 7 14:55:55 2026 +0800

    docs: remove redundant blank line (#992)
---
 .github/skills/fastexcel-to-fesod/SKILL.md                             | 3 ---
 README.md                                                              | 1 -
 website/docs/quickstart/guide.md                                       | 1 -
 website/docs/sheet/read/spring.md                                      | 1 -
 .../zh-cn/docusaurus-plugin-content-docs/current/quickstart/guide.md   | 1 -
 .../zh-cn/docusaurus-plugin-content-docs/current/sheet/read/spring.md  | 1 -
 6 files changed, 8 deletions(-)

diff --git a/.github/skills/fastexcel-to-fesod/SKILL.md 
b/.github/skills/fastexcel-to-fesod/SKILL.md
index 73e8b526..39717c0d 100644
--- a/.github/skills/fastexcel-to-fesod/SKILL.md
+++ b/.github/skills/fastexcel-to-fesod/SKILL.md
@@ -69,7 +69,6 @@ with deprecation warnings. It is always safe to stop here 
first and run tests.
 In `pom.xml`, find the FastExcel dependency block:
 
 ```xml
-
 <dependency>
     <groupId>cn.idev.excel</groupId>
     <artifactId>fastexcel</artifactId>
@@ -80,7 +79,6 @@ In `pom.xml`, find the FastExcel dependency block:
 Replace it with:
 
 ```xml
-
 <dependency>
     <groupId>org.apache.fesod</groupId>
     <artifactId>fesod-sheet</artifactId>
@@ -91,7 +89,6 @@ Replace it with:
 Also remove the FastExcel version property if it exists, e.g.:
 
 ```xml
-
 <fastexcel.version>1.3.0</fastexcel.version>
 ```
 
diff --git a/README.md b/README.md
index abe6ec05..bcfbe180 100644
--- a/README.md
+++ b/README.md
@@ -77,7 +77,6 @@ new features in the latest version will enhance your 
experience.
 If you are using Maven for project building, add the following configuration 
in the `pom.xml` file:
 
 ```xml
-
 <dependency>
     <groupId>org.apache.fesod</groupId>
     <artifactId>fesod-sheet</artifactId>
diff --git a/website/docs/quickstart/guide.md b/website/docs/quickstart/guide.md
index 3c7823a2..6c614872 100644
--- a/website/docs/quickstart/guide.md
+++ b/website/docs/quickstart/guide.md
@@ -63,7 +63,6 @@ available versions in the [Maven Central 
Repository](https://mvnrepository.com/a
 If you are using Maven for project building, add the following configuration 
in the `pom.xml` file:
 
 ```xml
-
 <dependency>
     <groupId>org.apache.fesod</groupId>
     <artifactId>fesod-sheet</artifactId>
diff --git a/website/docs/sheet/read/spring.md 
b/website/docs/sheet/read/spring.md
index 772929dc..31f7d1a7 100644
--- a/website/docs/sheet/read/spring.md
+++ b/website/docs/sheet/read/spring.md
@@ -37,7 +37,6 @@ parse the data.
 Ensure the necessary dependencies are included in your pom.xml file:
 
 ```xml
-
 <dependency>
     <groupId>org.apache.fesod</groupId>
     <artifactId>fesod</artifactId>
diff --git 
a/website/i18n/zh-cn/docusaurus-plugin-content-docs/current/quickstart/guide.md 
b/website/i18n/zh-cn/docusaurus-plugin-content-docs/current/quickstart/guide.md
index 89fe0ce3..d2fa20ab 100644
--- 
a/website/i18n/zh-cn/docusaurus-plugin-content-docs/current/quickstart/guide.md
+++ 
b/website/i18n/zh-cn/docusaurus-plugin-content-docs/current/quickstart/guide.md
@@ -42,7 +42,6 @@ Apache Fesod(Incubating) 使用了以下核心依赖:
 如果您使用 Maven 进行项目构建,请在 `pom.xml` 文件中引入以下配置:
 
 ```xml
-
 <dependency>
     <groupId>org.apache.fesod</groupId>
     <artifactId>fesod-sheet</artifactId>
diff --git 
a/website/i18n/zh-cn/docusaurus-plugin-content-docs/current/sheet/read/spring.md
 
b/website/i18n/zh-cn/docusaurus-plugin-content-docs/current/sheet/read/spring.md
index 47e03b82..ac3b27ce 100644
--- 
a/website/i18n/zh-cn/docusaurus-plugin-content-docs/current/sheet/read/spring.md
+++ 
b/website/i18n/zh-cn/docusaurus-plugin-content-docs/current/sheet/read/spring.md
@@ -18,7 +18,6 @@ title: '与 Spring 集成'
 确保在 pom.xml 文件中包括必要的依赖项:
 
 ```xml
-
 <dependency>
     <groupId>org.apache.fesod</groupId>
     <artifactId>fesod</artifactId>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to