Skip to content

Commit

Permalink
Line was too long :(
Browse files Browse the repository at this point in the history
  • Loading branch information
rtorrero committed Sep 26, 2023
1 parent 904d962 commit 49224b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/factsengine/gatherers/saptune.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,8 @@ func handleArgument(
return fv, nil
}

func updateCachedFactValue(factValue entities.FactValue, factValueErr *entities.FactGatheringError, key string, cachedFactValues map[string]CachedFactValue) {
func updateCachedFactValue(factValue entities.FactValue, factValueErr *entities.FactGatheringError, key string,
cachedFactValues map[string]CachedFactValue) {
log.Info("Updating cached fact value")
cachedFactValues[key] = CachedFactValue{
factValue: factValue,
Expand Down

0 comments on commit 49224b8

Please sign in to comment.