From dd1412f629c9148dc1e694d561ea7e41834a03de Mon Sep 17 00:00:00 2001 From: 24OI-bot <15963390+24OI-bot@users.noreply.github.com> Date: Wed, 4 Sep 2019 22:28:06 -0400 Subject: [PATCH] style: format markdown files with remark-lint --- docs/ds/queue.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ds/queue.md b/docs/ds/queue.md index 3484c424..8faa29c3 100644 --- a/docs/ds/queue.md +++ b/docs/ds/queue.md @@ -56,7 +56,7 @@ int q[SIZE], ql = 1, qr; ## 例题 - [LOJ6515 「雅礼集训 2018 Day10」贪玩蓝月](https://loj.ac/problem/6515) + [LOJ6515「雅礼集训 2018 Day10」贪玩蓝月](https://loj.ac/problem/6515) > 一个双端队列(deque),m 个事件: > -- 2.11.0