From 39e136f42c1e19a366667d3d23b38065902f4599 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Tue, 25 Sep 2018 20:17:16 -0400 Subject: add missing newline to fix formatting of code block for nix derivation file --- docs/guide/troubleshooting.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/guide/troubleshooting.md b/docs/guide/troubleshooting.md index 0aafd4a7..cea339a3 100644 --- a/docs/guide/troubleshooting.md +++ b/docs/guide/troubleshooting.md @@ -118,7 +118,8 @@ stdenv.mkDerivation rec { $out/bin/binaryninja \ --prefix "QT_XKB_CONFIG_ROOT" ":" "${xkeyboard_config}/share/X11/xkb" ''; -}``` +} +``` ## API -- cgit v1.3.1