From 2b04182a1498e5ea7ac69293b83e294a06f29a3e Mon Sep 17 00:00:00 2001 From: Myzel394 <50424412+Myzel394@users.noreply.github.com> Date: Tue, 8 Oct 2024 16:13:50 +0200 Subject: [PATCH] fix(common-documentation): Fix formatting --- server/common-documentation/mnt-btrfs.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/common-documentation/mnt-btrfs.go b/server/common-documentation/mnt-btrfs.go index 2b8efc0..64b6276 100644 --- a/server/common-documentation/mnt-btrfs.go +++ b/server/common-documentation/mnt-btrfs.go @@ -20,7 +20,7 @@ var BtrfsDocumentationAssignable = map[docvalues.EnumString]docvalues.Deprecated Values: []docvalues.DeprecatedValue{ docvalues.EnumValue{ Values: []docvalues.EnumString{ - docvalues.CreateEnumStringWithDoc( + docvalues.CreateEnumStringWithDoc( "no", "No compression, used for remounting.", ), @@ -38,7 +38,7 @@ var BtrfsDocumentationAssignable = map[docvalues.EnumString]docvalues.Deprecated 15, ), }, - Separator: ":", + Separator: ":", ValueIsOptional: true, }, },