Skip to content

Commit

Permalink
Clean lint
Browse files Browse the repository at this point in the history
  • Loading branch information
yumaikas committed Sep 12, 2024
1 parent ee6e10f commit 1bd3a28
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion evaldo/builtins_spreadsheet.go
Original file line number Diff line number Diff line change
Expand Up @@ -863,7 +863,6 @@ func DropColumnBlock(ps *env.ProgramState, s env.Spreadsheet, names env.Block) e
}

func DropColumn(ps *env.ProgramState, s env.Spreadsheet, name env.String) env.Object {

return DropColumns(ps, s, []env.String{name})
}

Expand Down

0 comments on commit 1bd3a28

Please sign in to comment.