Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
turbolent committed Sep 27, 2023
1 parent a1e43fb commit a03a452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/stdlib/account.go
Original file line number Diff line number Diff line change
Expand Up @@ -3765,7 +3765,7 @@ func newCapabilityControllerGetCapabilityFunction(
capabilityID := controller.ControllerCapabilityID()
borrowType := controller.CapabilityControllerBorrowType()

return func(inter *interpreter.Interpreter) *interpreter.CapabilityValue {
return func(inter *interpreter.Interpreter) *interpreter.CapabilityValue {
return interpreter.NewCapabilityValue(
inter,
capabilityID,
Expand Down

0 comments on commit a03a452

Please sign in to comment.