Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #26757 - oli-obk:style_fixes, r=brson
the indentation has always been a thorn in my eye. If it's preferred I'll leave the `unsafe` where it was and change it to ```rust unsafe { match e.node { ... } } // unsafe { match e.node { ``` so there's no unnecessary indent
- Loading branch information