Skip to content

Commit

Permalink
-s
Browse files Browse the repository at this point in the history
  • Loading branch information
kernhanda committed May 8, 2024
1 parent 28c6ba5 commit a5d13ec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions stdlib/src/base64/base64.mojo
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,8 @@ fn b16encode(str: String) -> String:
out.append(b16chars[lo])

out.append(0)
var return_string = String(out^)

return return_string
return String(out^)


# ===----------------------------------------------------------------------===#
Expand Down

0 comments on commit a5d13ec

Please sign in to comment.