julia
6d7f4a20
- Use `===` to compare with `nothing` in tests (#55563)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
1 year ago
Use `===` to compare with `nothing` in tests (#55563) This follows the generally recommended style, and updates instances of `a == nothing` to `a === nothing` in tests, and similarly for the `!=` comparison.
References
#55563 - Use `===` to compare with `nothing` in tests
Author
jishnub
Parents
58c7186d
Loading