From bd849f4074c66501ae4848f9a33fbe22d72059ae Mon Sep 17 00:00:00 2001 From: SigureMo Date: Sun, 5 Nov 2023 14:05:04 +0800 Subject: [PATCH] style: remove final new line --- .editorconfig | 2 +- crates/pyo3/ast_grep_pyo3/__init__.py | 2 +- crates/pyo3/ast_grep_pyo3/ast_grep_pyo3.pyi | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.editorconfig b/.editorconfig index f5bff4c0..bf4b5913 100644 --- a/.editorconfig +++ b/.editorconfig @@ -15,4 +15,4 @@ insert_final_newline = false trim_trailing_whitespace = false [*.{py,pyi}] -indent_size = 4 +indent_size = 4 \ No newline at end of file diff --git a/crates/pyo3/ast_grep_pyo3/__init__.py b/crates/pyo3/ast_grep_pyo3/__init__.py index 413765e2..81bd4b90 100644 --- a/crates/pyo3/ast_grep_pyo3/__init__.py +++ b/crates/pyo3/ast_grep_pyo3/__init__.py @@ -12,4 +12,4 @@ __all__ = [ "SgRoot", "Pos", "Range", -] +] \ No newline at end of file diff --git a/crates/pyo3/ast_grep_pyo3/ast_grep_pyo3.pyi b/crates/pyo3/ast_grep_pyo3/ast_grep_pyo3.pyi index 6e48c1ae..5e5532a1 100644 --- a/crates/pyo3/ast_grep_pyo3/ast_grep_pyo3.pyi +++ b/crates/pyo3/ast_grep_pyo3/ast_grep_pyo3.pyi @@ -102,4 +102,4 @@ __all__ = [ "SgRoot", "Pos", "Range", -] +] \ No newline at end of file