Skip to content

Commit 4e5a9b5

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent e2a57b3 commit 4e5a9b5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/mutt_language_server/misc/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,8 @@ def get_schema(filetype: FILETYPE = "neomuttrc") -> dict[str, Any]:
158158
enumeration = [
159159
name.strip("\\")
160160
for name in (
161-
description.split("May be ")[-1]
161+
description
162+
.split("May be ")[-1]
162163
.split(".")[0]
163164
.split('"')[1::2]
164165
)

0 commit comments

Comments
 (0)