elixir-style-guide icon indicating copy to clipboard operation
elixir-style-guide copied to clipboard

use String.trim instead of .strip

Open dym-sh opened this issue 4 years ago • 0 comments

String.strip/1 is deprecated. Use String.trim/1 instead

dym-sh avatar Jun 28 '20 18:06 dym-sh