fmt: feckin fmt
All checks were successful
On_Push / lint_fmt (push) Successful in 5s
On_Push / lint_clippy (push) Successful in 10s
On_Push / build (push) Successful in 1m48s
On_Push / deploy (push) Successful in 12s

This commit is contained in:
silver 2024-09-18 00:03:53 +01:00
parent a62f893a98
commit 0ab290a876
Signed by: silver
GPG key ID: 36F93D61BAD3FD7D

View file

@ -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