fluxsocial / Junto

Junto Holochain Rust Application
https://junto.foundation
MIT License
97 stars 8 forks source link

Bug: Double semicolon in junto/zomes/expression/code/src/query.rs:195 #96

Closed hellowodl closed 4 years ago

hellowodl commented 4 years ago

I was trying to build the project through hc:build, though I ran into the following error

   Compiling expression v0.1.0 (/home/max/projects/Junto/junto/zomes/expression/code)
error: unnecessary trailing semicolon
   --> src/query.rs:195:40
    |
195 |     channels.sort_by(|a, b| b.cmp(&a));;
    |                                        ^ help: remove this semicolon