From 937df840425f669719247d2f8b7b455933a43118 Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Fri, 16 Jan 2026 13:56:33 +0800 Subject: chore: ensure newline at end of pre-commit configuration file Added a newline at the end of the .pre-commit-config.yaml file to adhere to best practices for file formatting, ensuring compatibility with various tools and editors. --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.pre-commit-config.yaml') diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 90070a5..d149a19 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,4 +23,4 @@ repos: - id: fmt args: ["--manifest-path", "src-tauri/Cargo.toml"] - id: clippy - args: ["--manifest-path", "src-tauri/Cargo.toml", "--", "-D", "warnings"] \ No newline at end of file + args: ["--manifest-path", "src-tauri/Cargo.toml", "--", "-D", "warnings"] -- cgit v1.2.3-70-g09d2