From 01d54ca04ec7e350855c3d887c9050221b148172 Mon Sep 17 00:00:00 2001 From: Miguel Pires Date: Fri, 30 Aug 2024 13:01:08 +0100 Subject: [PATCH] i/builtin: fix comment formatting Fix a comment's formatting to be as gofmt expects it. Signed-off-by: Miguel Pires --- interfaces/builtin/desktop.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/interfaces/builtin/desktop.go b/interfaces/builtin/desktop.go index 2ccbb786302..f276873428e 100644 --- a/interfaces/builtin/desktop.go +++ b/interfaces/builtin/desktop.go @@ -622,9 +622,9 @@ func (iface *desktopInterface) AppArmorPermanentSlot(spec *apparmor.Specificatio // https://specifications.freedesktop.org/desktop-entry-spec/latest/file-naming.html // Desktop file id must be a valid D-Bus name: -// - A sequence of non-empty elements separated by dots -// - None of which starts with a digit -// - Each of which contains only characters from the set [A-Za-z0-9-_] +// - A sequence of non-empty elements separated by dots +// - None of which starts with a digit +// - Each of which contains only characters from the set [A-Za-z0-9-_] // // XXX: dashes "-" are not recommended but supported, should they be removed? // https://dbus.freedesktop.org/doc/dbus-specification.html#message-protocol-names