Skip to content

Commit

Permalink
remove extra sub
Browse files Browse the repository at this point in the history
  • Loading branch information
HereAdvertise authored Jul 9, 2024
1 parent df6f42d commit de8c332
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pgmoon/redbean.moon
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ class RedbeanSocket

pos = buf\find "\n"
res = buf\sub(1, pos-1)\gsub "\r", ""
buf = buf\sub pos+1
res

close: =>
Expand Down

0 comments on commit de8c332

Please sign in to comment.