From e44597776828ace88f1479d9daf6ac4641f8225c Mon Sep 17 00:00:00 2001 From: rhdolin Date: Thu, 21 Sep 2023 15:00:15 -0700 Subject: [PATCH] add newline at end of file --- utilities/run_vcf2json.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utilities/run_vcf2json.py b/utilities/run_vcf2json.py index f8084b158..aa698cf0d 100644 --- a/utilities/run_vcf2json.py +++ b/utilities/run_vcf2json.py @@ -57,4 +57,4 @@ def run_vcf2json(): print("Data Generated.") -run_vcf2json() \ No newline at end of file +run_vcf2json()