fmt: feckin fmt
This commit is contained in:
parent
a62f893a98
commit
0ab290a876
1 changed files with 2 additions and 2 deletions
|
@ -138,8 +138,8 @@ async fn main() {
|
|||
Ok(x) => x,
|
||||
Err(err) => {
|
||||
dbg!(err);
|
||||
return
|
||||
},
|
||||
return;
|
||||
}
|
||||
};
|
||||
|
||||
// Intents are a bitflag, bitwise operations can be used to dictate which intents to use
|
||||
|
|
Loading…
Reference in a new issue