julia
dd19c5ad
- fully normalize `x == ::Symbol` to `x === ::Symbol` (#45944)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
3 years ago
fully normalize `x == ::Symbol` to `x === ::Symbol` (#45944) It would be better to use a consistent style in our code base. The changes are big, but all merely cosmetic changes made half-automatically with a find-and-replace.
References
#45944 - fully normalize `x == ::Symbol` to `x === ::Symbol`
Author
aviatesk
Parents
301b62ae
Loading