From 9ba7b15eeea0e33e13249e4d4e4077753bcebfb0 Mon Sep 17 00:00:00 2001 From: kp2pml30 Date: Wed, 5 Feb 2025 03:46:00 +0400 Subject: [PATCH] fix newline --- git-third-party | 1 + 1 file changed, 1 insertion(+) diff --git a/git-third-party b/git-third-party index a3fcfd2..5513f38 100755 --- a/git-third-party +++ b/git-third-party @@ -166,3 +166,4 @@ except GitThirdPartyException as e: import json with open(config_path, 'wt') as f: json.dump(config, f, indent='\t') + f.write('\n')