Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
turbolent committed Oct 24, 2023
1 parent 8da58bd commit 06c7664
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion runtime/environment.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ type Environment interface {
SetCompositeValueFunctionsHandler(
typeID common.TypeID,
handler stdlib.CompositeValueFunctionsHandler,
)
)
DeclareValue(
valueDeclaration stdlib.StandardLibraryValue,
location common.Location,
Expand Down
2 changes: 1 addition & 1 deletion runtime/interpreter/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ type Config struct {
CompositeTypeHandler CompositeTypeHandlerFunc
// CompositeValueFunctionsHandler is used to load composite value functions
CompositeValueFunctionsHandler CompositeValueFunctionsHandlerFunc
BaseActivationHandler func(location common.Location) *VariableActivation
BaseActivationHandler func(location common.Location) *VariableActivation
Debugger *Debugger
// OnStatement is triggered when a statement is about to be executed
OnStatement OnStatementFunc
Expand Down

0 comments on commit 06c7664

Please sign in to comment.