Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Backend: fix potential parens ambiguity
ElectrumServer.fs had ambiguous parens around the parameters of a function call. The positioning of the parens has been changed according to the style guide. If we didn't apply the parens like in this commit, fantomas would cause a compilation error when trying to format our codebase using our style settings. (See fsprojects/fantomas#853 for more info.)
- Loading branch information