From bb684a2b42b4c984428233f2c9197cbac0e93efa Mon Sep 17 00:00:00 2001 From: Stuart Hinson Date: Thu, 23 Dec 2021 20:05:29 -0500 Subject: [PATCH] Typo fix in ocaml indents.toml (#1342) --- runtime/queries/ocaml/indents.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/queries/ocaml/indents.toml b/runtime/queries/ocaml/indents.toml index 9b6462d82..7586b83a0 100644 --- a/runtime/queries/ocaml/indents.toml +++ b/runtime/queries/ocaml/indents.toml @@ -8,6 +8,6 @@ indent = [ "match_case", ] -oudent = [ +outdent = [ "}", ]