Skip to content

Commit

Permalink
Fix linter issue
Browse files Browse the repository at this point in the history
Signed-off-by: karlodwyer <[email protected]>
  • Loading branch information
karlodwyer authored and orangecms committed Sep 29, 2024
1 parent fba35d7 commit 28b668c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/uefi/update_positions.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ func (v *PositionUpdater) Visit(f Firmware) error {
}
}

// GoDeeper runs ApplyChildren and tracks the tree depth and indent
func (v *PositionUpdater) GoDeeper(f Firmware, dataOffset uint64) error {
// Prepare data and print
length := uint64(len(f.Buf()))
Expand Down

0 comments on commit 28b668c

Please sign in to comment.