Command/Multicast: use proper hyphen
authorAtemu <atemu.main@gmail.com>
Tue, 4 May 2021 03:44:31 +0000 (05:44 +0200)
committerAtemu <atemu.main@gmail.com>
Tue, 4 May 2021 03:44:31 +0000 (05:44 +0200)
commita7f0014a534949578403f3b9d175a985efd57ec9
treee6af0226371aa71306f536ea39a59236f033b059
parent6299fd688bfeedfa067618e9d980d45c9c3d182a
Command/Multicast: use proper hyphen

GHC was complaining about it possibly being a homoglyph:

Command/Multicast.hs:111:36: error:
     warning: treating Unicode character <U+2212> as identifier character rather than as '-' symbol [-Wunicode-homoglyph]
            -- using a nice prime, namely 2521−1  but the sheer size of this
                                              ^
    |
111 |         -- using a nice prime, namely 2521−1  but the sheer size of this
    |                                    ^
1 warning generated.
Command/Multicast.hs