ex-aws / ex_aws

A flexible, easy to use set of clients AWS APIs for Elixir
https://hex.pm/packages/ex_aws
MIT License
1.27k stars 526 forks source link

Use '?\s' instead of '?\ ' #838

Closed wingyplus closed 2 years ago

wingyplus commented 2 years ago

Found on Elixir 1.13, the compiler warning about usage of ?\. Fix by using ?\s instead.

bernardd commented 2 years ago

Nice, thanks @wingyplus