From 5b21dd208e915402ead78547d924a2cb078a0f41 Mon Sep 17 00:00:00 2001 From: dakkar Date: Thu, 10 Jul 2025 14:25:47 +0000 Subject: [PATCH] fix whitespace --- CONTRIBUTING.Sharkey.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.Sharkey.md b/CONTRIBUTING.Sharkey.md index 14a2f1f00d..000fd95194 100644 --- a/CONTRIBUTING.Sharkey.md +++ b/CONTRIBUTING.Sharkey.md @@ -306,7 +306,7 @@ Make sure you have both remotes in the same clone. To do this, run the following command to add Misskey's remote to your local clone: ```bash - git remote add misskey https://github.com/misskey-dev/misskey.git +git remote add misskey https://github.com/misskey-dev/misskey.git ``` Then, to perform the merge: