Skip to content

Commit

Permalink
Fix lint warn
Browse files Browse the repository at this point in the history
  • Loading branch information
k1LoW committed Dec 19, 2024
1 parent f9716bb commit 23a54b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion store.go
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ func (s *store) toMap() map[string]any {
}

// toMapForIncludeRunner - returns a map for include runner.
// toMap without s.parentVars and s.needsVars and runn
// toMap without s.parentVars and s.needsVars.
func (s *store) toMapForIncludeRunner() map[string]any {
store := map[string]any{}
store[storeRootKeyEnv] = envMap()
Expand Down

0 comments on commit 23a54b7

Please sign in to comment.