From cde16146d00dcd7eb98fe0f759d0c772efd5cc00 Mon Sep 17 00:00:00 2001 From: Aoran Zeng Date: Tue, 9 Jul 2024 15:04:03 +0800 Subject: [PATCH] Remove redundant blank line for `Homebrew` [GitHub link #44] --- src/chsrc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chsrc.c b/src/chsrc.c index 170e096..ee72e1d 100644 --- a/src/chsrc.c +++ b/src/chsrc.c @@ -2095,7 +2095,7 @@ wr_brew_setsrc (char *option) chsrc_yield_source (wr_brew); chsrc_confirm_source (&source); - char *splitter = "\n\n# Generated by chsrc " Chsrc_Version "\n"; + char *splitter = "\n\n# Generated by chsrc " Chsrc_Version; char *api_domain = xy_strjoin (3, "export HOMEBREW_API_DOMAIN=\"", xy_2strjoin (source.url, "homebrew-bottles/api"), "\""); char *bottle_domain = xy_strjoin (3, "export HOMEBREW_BOTTLE_DOMAIN=\"", xy_2strjoin (source.url, "homebrew-bottles"), "\""); char *brew_git_remote = xy_strjoin (3, "export HOMEBREW_BREW_GIT_REMOTE=\"", xy_2strjoin (source.url, "git/homebrew/brew.git"), "\"");