Skip to content

Commit

Permalink
Update src/std/main.ab
Browse files Browse the repository at this point in the history
  • Loading branch information
kilianc authored May 22, 2024
1 parent 7e71a63 commit aff55d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/std/main.ab
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ pub fun lines(text: Text): [Text] {

pub fun words(text: Text): [Text] {
let result = [Text]
let trimmed = trim(text)
unsafe $read -rd '' -a {nameof result} <<<"\${nameof text}"$
return result
}
Expand Down

0 comments on commit aff55d2

Please sign in to comment.