From f7b266ec8c72de9ec2d8c911a7a14b8361a9f0c0 Mon Sep 17 00:00:00 2001 From: Barnabas Balogh Date: Sat, 16 May 2026 13:49:39 +0200 Subject: [PATCH] fix(docs): remove unnecessary blank line in AGENTS.md --- AGENTS.md | 1 - 1 file changed, 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index 67b91339..390591a1 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -72,7 +72,6 @@ When asked to prepare a commit: 3. Inspect the relevant files and nearby code. 4. Choose the simplest solution aligned with Google’s standards. 5. Check if the code can be simplified: - * If yes, simplify it. * Do not reduce readability. 6. Summarize the result, including anything not verified.