Skip to content

Commit

Permalink
linter fix (newline)
Browse files Browse the repository at this point in the history
  • Loading branch information
refaktor committed Sep 11, 2024
1 parent 796d195 commit 5d719b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion evaldo/repl.go
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,6 @@ func (r *Repl) evalLine(es *env.ProgramState, code string) string {
es.Dialect = env.EyrDialect
Eyr_EvalBlock(es, true)
} else if r.dialect == "math" {

idxx, _ := es.Idx.GetIndex("math")
s1, ok := es.Ctx.Get(idxx)
if ok {
Expand Down

0 comments on commit 5d719b5

Please sign in to comment.