Skip to content

Commit

Permalink
o/ifacestate: remove stray newline
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewphelpsj committed Apr 30, 2024
1 parent 016955a commit 840f080
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion overlord/ifacestate/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ func (m *InterfaceManager) regenerateAllSecurityProfiles(tm timings.Measurer) er
// TODO: should snapsWithSecurityProfiles return app sets instead of snap infos?
appSets := make([]*interfaces.SnapAppSet, 0, len(snaps))
for _, sn := range snaps {

set, err := interfaces.NewSnapAppSet(sn, nil)
if err != nil {
return err
Expand Down

0 comments on commit 840f080

Please sign in to comment.