Skip to content

Commit

Permalink
Address lint issue
Browse files Browse the repository at this point in the history
This addresses a lint issue in code that is
otherwise untouched by this PR.
  • Loading branch information
hlindberg committed Sep 8, 2020
1 parent 2c17e85 commit 3bfdba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/invocation.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ type Invocation interface {
MergeHierarchy(key Key, providers []DataProvider, merge MergeStrategy) dgo.Value

// MergeLocations merges the result of lookups on all locations (or without location) for the
//given provider and merge options
// given provider and merge options
MergeLocations(key Key, provider DataProvider, merge MergeStrategy) dgo.Value

// ReportText will add the message returned by the given function to the
Expand Down

0 comments on commit 3bfdba1

Please sign in to comment.