Skip to content

Commit

Permalink
parameter order changed
Browse files Browse the repository at this point in the history
  • Loading branch information
turbolent committed Jul 18, 2024
1 parent d92d95d commit 7a47245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion languageserver/server/stdlib.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@ func (standardLibrary) GetAccountContractCode(_ common.AddressLocation) ([]byte,

func (standardLibrary) EmitEvent(
_ *interpreter.Interpreter,
_ interpreter.LocationRange,
_ *sema.CompositeType,
_ []interpreter.Value,
_ interpreter.LocationRange,
) {
// Implementation should never be called,
// only its definition is used for type-checking
Expand Down

0 comments on commit 7a47245

Please sign in to comment.