Skip to content

Commit

Permalink
val renamed
Browse files Browse the repository at this point in the history
  • Loading branch information
ANDREAS GEIß authored and ANDREAS GEIß committed Jul 20, 2021
1 parent 9587fa2 commit d1c8919
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ func (a *InMemoryStatusResourceAccess) ID() string {
return "resources.InMemoryStatusResourceAccess"
}

func (a *InMemoryStatusResourceAccess) ReadStatus() (status *status.Status, err error) {
func (a *InMemoryStatusResourceAccess) ReadStatus() (stat *status.Status, err error) {
return status.NewStatus("OK"), nil
}

Expand Down

0 comments on commit d1c8919

Please sign in to comment.