summaryrefslogtreecommitdiff
path: root/docs/guide
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2018-09-25 20:17:16 -0400
committerJordan Wiens <jordan@psifertex.com>2018-09-25 20:17:16 -0400
commit474af687134930f8c1e8f13c6cfe5fd5574cf8c3 (patch)
treec2800663f9045a4e6a979c1d32aa68d463750d76 /docs/guide
parentae83416100674f381b868c2c8bf2ac600613565d (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