mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-24 23:57:38 +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)* {
|
match $($some)* {
|
||||||
Ok(elem) => elem,
|
Ok(elem) => elem,
|
||||||
Err(e) => return e
|
Err(e) => return e
|
||||||
};
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue