From 80e90c4055521e7810d4ccf7b9c7d8a692d0af8f Mon Sep 17 00:00:00 2001 From: Christoph Hagen Date: Fri, 28 Feb 2025 19:25:14 +0100 Subject: [PATCH] Fix code highlighting --- CHDataManagement/Generator/Blocks/OtherCodeBlock.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHDataManagement/Generator/Blocks/OtherCodeBlock.swift b/CHDataManagement/Generator/Blocks/OtherCodeBlock.swift index 73309a5..0b77253 100644 --- a/CHDataManagement/Generator/Blocks/OtherCodeBlock.swift +++ b/CHDataManagement/Generator/Blocks/OtherCodeBlock.swift @@ -1,7 +1,7 @@ struct OtherCodeBlock { - private let codeHighlightFooter = "" + private let codeHighlightFooter = "" let results: PageGenerationResults