Skip to content

Commit

Permalink
Merge branch 'pr/28'
Browse files Browse the repository at this point in the history
  • Loading branch information
mullerch committed Oct 26, 2022
2 parents ec47b19 + c9388ff commit b4b8ef4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion NetworkManager.go
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,6 @@ func (nm *networkManager) CheckpointCreate(devices []Device, rollbackTimeout uin

var devicePaths []dbus.ObjectPath
if len(devices) > 0 {
var devicePaths []dbus.ObjectPath
for _, device := range devices {
devicePaths = append(devicePaths, device.GetPath())
}
Expand Down

0 comments on commit b4b8ef4

Please sign in to comment.