mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 22:46:39 +01:00
Fix semicolon issues
This commit is contained in:
parent
ee959c04cf
commit
39bdab3754
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ macro_rules! get_or_return {
|
|||
match $($some)* {
|
||||
Ok(elem) => elem,
|
||||
Err(e) => return e
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue