Skip to content

Commit

Permalink
i/builtin: fix comment formatting
Browse files Browse the repository at this point in the history
Fix a comment's formatting to be as gofmt expects it.

Signed-off-by: Miguel Pires <[email protected]>
  • Loading branch information
MiguelPires authored and bboozzoo committed Sep 2, 2024
1 parent c63e18d commit 01d54ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions interfaces/builtin/desktop.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 01d54ca

Please sign in to comment.