You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by xi...@apache.org on 2022/11/02 08:49:50 UTC

[iotdb] 01/02: add new line at end of file

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

xiangweiwei pushed a commit to branch freemarker
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit a9a2d0febe5f8fe471de36ea69060396a8ae254a
Author: Alima777 <wx...@gmail.com>
AuthorDate: Wed Nov 2 16:45:50 2022 +0800

    add new line at end of file
---
 server/src/main/codegen/config.fmpp                | 2 +-
 server/src/main/codegen/templates/constantFill.ftl | 2 +-
 server/src/main/codegen/templates/linearFill.ftl   | 2 +-
 server/src/main/codegen/templates/previousFill.ftl | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/server/src/main/codegen/config.fmpp b/server/src/main/codegen/config.fmpp
index f9bc6417a7..523af08add 100644
--- a/server/src/main/codegen/config.fmpp
+++ b/server/src/main/codegen/config.fmpp
@@ -4,4 +4,4 @@ data: {
 }
 freemarkerLinks: {
     includes: includes/
-}
\ No newline at end of file
+}
diff --git a/server/src/main/codegen/templates/constantFill.ftl b/server/src/main/codegen/templates/constantFill.ftl
index 3ee859fe4a..f6b427e823 100644
--- a/server/src/main/codegen/templates/constantFill.ftl
+++ b/server/src/main/codegen/templates/constantFill.ftl
@@ -73,4 +73,4 @@ public class ${className} implements IFill {
   }
 }
 
-</#list>
\ No newline at end of file
+</#list>
diff --git a/server/src/main/codegen/templates/linearFill.ftl b/server/src/main/codegen/templates/linearFill.ftl
index 9a4adbb858..178e92c985 100644
--- a/server/src/main/codegen/templates/linearFill.ftl
+++ b/server/src/main/codegen/templates/linearFill.ftl
@@ -109,4 +109,4 @@ public class ${className} extends LinearFill {
   }
 }
 
-</#list>
\ No newline at end of file
+</#list>
diff --git a/server/src/main/codegen/templates/previousFill.ftl b/server/src/main/codegen/templates/previousFill.ftl
index 426e07cca6..22c9afece8 100644
--- a/server/src/main/codegen/templates/previousFill.ftl
+++ b/server/src/main/codegen/templates/previousFill.ftl
@@ -96,4 +96,4 @@ public class ${className} implements IFill {
     }
   }
 }
-</#list>
\ No newline at end of file
+</#list>