From 13707740daecd9485bb6d6bb81ff5a5bedb25f08 Mon Sep 17 00:00:00 2001 From: NEX <97107165+NEX-S@users.noreply.github.com> Date: Sun, 25 Dec 2022 20:07:10 +0800 Subject: [PATCH] Fix README.md wrong indent --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22a38ae..35519f3 100644 --- a/README.md +++ b/README.md @@ -150,7 +150,7 @@ When `[2]` is `nil`, then the real mapping has to be created by the `config()` f }, config = function() require("neo-tree").setup() - end, + end, } ```