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,
|
Ok(x) => x,
|
||||||
Err(err) => {
|
Err(err) => {
|
||||||
dbg!(err);
|
dbg!(err);
|
||||||
return
|
return;
|
||||||
},
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
// Intents are a bitflag, bitwise operations can be used to dictate which intents to use
|
// Intents are a bitflag, bitwise operations can be used to dictate which intents to use
|
||||||
|
|
Loading…
Reference in a new issue