From 01518e5a92f49973f97a5cb3175ea397c5b0755a Mon Sep 17 00:00:00 2001 From: appleboy Date: Thu, 10 Oct 2024 02:22:19 +0800 Subject: [PATCH] style: refactor codebase for consistency and performance improvements - Change single quotes to double quotes in the custom funding URL Signed-off-by: appleboy --- .github/FUNDING.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index df9ae63..7cfb8f8 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -10,4 +10,4 @@ liberapay: # Replace with a single Liberapay username issuehunt: # Replace with a single IssueHunt username otechie: # Replace with a single Otechie username lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry -custom: ['https://www.paypal.me/appleboy46'] +custom: ["https://www.paypal.me/appleboy46"]