From 5e3abcad07651dbec4ca17798812b1a067817c18 Mon Sep 17 00:00:00 2001 From: rhysd Date: Fri, 13 Jan 2023 10:49:52 +0900 Subject: [PATCH] Fix code fence in doc comment --- src/assets.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/assets.rs b/src/assets.rs index f87d3934..e4a4af7f 100644 --- a/src/assets.rs +++ b/src/assets.rs @@ -84,7 +84,7 @@ impl HighlightingAssets { /// platform, the default theme depends on /// ```bash /// defaults read -globalDomain AppleInterfaceStyle - /// ```` + /// ``` /// To avoid the overhead of the check on macOS, simply specify a theme /// explicitly via `--theme`, `BAT_THEME`, or `~/.config/bat`. ///