From a51446113baa9563ea1aab0a74ad7b0d878d4922 Mon Sep 17 00:00:00 2001 From: Abhimanyu Saharan Date: Thu, 12 Feb 2026 14:14:29 +0000 Subject: [PATCH] docs: fix extra blank line for markdownlint (MD012) --- CONTRIBUTING.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 323178a..5c5303a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -38,7 +38,6 @@ git checkout -b If you accidentally based your branch off another feature branch, fix it by cherry-picking the intended commits onto a clean branch and force-pushing the corrected branch (or opening a new PR). - ### Expectations - Keep PRs **small and focused** when possible.