From 3e687f1a8ccb1cd0d52a966005551d528ca141df Mon Sep 17 00:00:00 2001
From: Boris Verkhovskiy <boris.verk@gmail.com>
Date: Sat, 6 Apr 2024 08:33:50 -0700
Subject: Remove leading and trailing empty lines in code blocks

---
 zh-cn/typescript-cn.html.markdown | 1 -
 1 file changed, 1 deletion(-)

(limited to 'zh-cn/typescript-cn.html.markdown')

diff --git a/zh-cn/typescript-cn.html.markdown b/zh-cn/typescript-cn.html.markdown
index 5d6153da..4af7f783 100644
--- a/zh-cn/typescript-cn.html.markdown
+++ b/zh-cn/typescript-cn.html.markdown
@@ -168,7 +168,6 @@ let greeting = `Hi ${name}, how are you?`;
 // 有多行内容的模板字符串
 let multiline = `This is an example
 of a multiline string`;
-
 ```
 
 ## 参考资料
-- 
cgit v1.2.3