summaryrefslogtreecommitdiff
path: root/docs/guide
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2018-09-25 20:17:16 -0400
committerPeter LaFosse <peter@vector35.com>2018-10-05 14:46:17 -0400
commit39e136f42c1e19a366667d3d23b38065902f4599 (patch)
tree79633f84c7cf099d4eea2f756be9559a9adb8766 /docs/guide
parent7bbe7721e476a44cf703fecc0d4b5e35bc676968 (diff)
add missing newline to fix formatting of code block for nix derivation file
Diffstat (limited to 'docs/guide')
-rw-r--r--docs/guide/troubleshooting.md3
1 files changed, 2 insertions, 1 deletions
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