Skip to content

Commit

Permalink
fix(ci): fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
bdeneux committed Jun 15, 2023
1 parent 752e6e1 commit 53d9025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/logic/predicate/string.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ import (
// String = 'Hello World'
// Length = 11
//
// ```
// ```.
func ReadString(vm *engine.VM, stream, length, result engine.Term, cont engine.Cont, env *engine.Env) *engine.Promise {
return engine.Delay(func(ctx context.Context) *engine.Promise {
var s *engine.Stream
Expand Down

0 comments on commit 53d9025

Please sign in to comment.