Skip to content

Commit

Permalink
remove shadowed variable
Browse files Browse the repository at this point in the history
  • Loading branch information
alessio-perugini committed Aug 31, 2023
1 parent d646988 commit 9d98634
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion legacy/builder/add_additional_entries_to_context.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ func AddAdditionalEntriesToContext(buildPath *paths.Path, warningLevel string) (
var err error

if buildPath != nil {
buildPath := buildPath
sketchBuildPath, err = buildPath.Join(constants.FOLDER_SKETCH).Abs()
if err != nil {
return nil, nil, nil, "", errors.WithStack(err)
Expand Down

0 comments on commit 9d98634

Please sign in to comment.