Skip to content

Commit

Permalink
Fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
SupunS committed May 15, 2024
1 parent 7584510 commit f420d12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/interpreter/value_function.go
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ func (interpreter *Interpreter) checkInvalidatedStorageReference(
// If nil, that means the value has been moved out of storage.
if referencedValue == nil {
panic(ReferencedValueChangedError{
locationRange,
LocationRange: locationRange,
})
}
}
Expand Down

0 comments on commit f420d12

Please sign in to comment.