Skip to content

Commit

Permalink
[refactor-runner-adxt-783] Cleaned code
Browse files Browse the repository at this point in the history
  • Loading branch information
CelianR committed Dec 18, 2024
1 parent 18bea62 commit 3656bda
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions resources/local/podman/vm.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ func NewInstance(e resourceslocal.Environment, args VMArgs, opts ...pulumi.Resou
LocalAssetPaths: pulumi.StringArray{},
LocalDir: pulumi.String(dataPath),
}, opts...)

if err != nil {
return pulumi.StringOutput{}, "", -1, err
}
Expand All @@ -77,7 +76,6 @@ func NewInstance(e resourceslocal.Environment, args VMArgs, opts ...pulumi.Resou
LocalAssetPaths: pulumi.StringArray{},
LocalDir: pulumi.String(dataPath),
}, opts...)

if err != nil {
return pulumi.StringOutput{}, "", -1, err
}
Expand Down

0 comments on commit 3656bda

Please sign in to comment.