Skip to content

Commit

Permalink
fix: fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: FogDong <[email protected]>
  • Loading branch information
FogDong committed Aug 14, 2024
1 parent 2144c89 commit 68440f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/providers/builtin/workspace.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,12 @@ type VarVars struct {
Value any `json:"value"`
}

// VarReturnVars
// VarReturnVars .
type VarReturnVars struct {
Value any `json:"value"`
}

// VarReturns .
type VarReturns = providertypes.Returns[VarReturnVars]

// VarParams .
Expand Down

0 comments on commit 68440f0

Please sign in to comment.