mirror of
https://github.com/Myzel394/config-lsp.git
synced 2025-06-18 23:15:26 +02:00
fix(common-documentation): Fix formatting
This commit is contained in:
parent
b7120f3a58
commit
2b04182a14
@ -20,7 +20,7 @@ var BtrfsDocumentationAssignable = map[docvalues.EnumString]docvalues.Deprecated
|
|||||||
Values: []docvalues.DeprecatedValue{
|
Values: []docvalues.DeprecatedValue{
|
||||||
docvalues.EnumValue{
|
docvalues.EnumValue{
|
||||||
Values: []docvalues.EnumString{
|
Values: []docvalues.EnumString{
|
||||||
docvalues.CreateEnumStringWithDoc(
|
docvalues.CreateEnumStringWithDoc(
|
||||||
"no",
|
"no",
|
||||||
"No compression, used for remounting.",
|
"No compression, used for remounting.",
|
||||||
),
|
),
|
||||||
@ -38,7 +38,7 @@ var BtrfsDocumentationAssignable = map[docvalues.EnumString]docvalues.Deprecated
|
|||||||
15,
|
15,
|
||||||
),
|
),
|
||||||
},
|
},
|
||||||
Separator: ":",
|
Separator: ":",
|
||||||
ValueIsOptional: true,
|
ValueIsOptional: true,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user