diff options
author | Stuart Hinson | 2021-12-24 01:05:29 +0000 |
---|---|---|
committer | GitHub | 2021-12-24 01:05:29 +0000 |
commit | bb684a2b42b4c984428233f2c9197cbac0e93efa (patch) | |
tree | 81d8e1c968effadc7524956ee25cece6e5cc8857 /runtime/queries | |
parent | a8618cf1119afe439916b775f0dd5710fdb5082f (diff) |
Typo fix in ocaml indents.toml (#1342)
Diffstat (limited to 'runtime/queries')
-rw-r--r-- | runtime/queries/ocaml/indents.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/queries/ocaml/indents.toml b/runtime/queries/ocaml/indents.toml index 9b6462d8..7586b83a 100644 --- a/runtime/queries/ocaml/indents.toml +++ b/runtime/queries/ocaml/indents.toml @@ -8,6 +8,6 @@ indent = [ "match_case", ] -oudent = [ +outdent = [ "}", ] |