mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 17:45:28 +00:00
remove extra line
This commit is contained in:
parent
d6dc6acf04
commit
728f45e0c2
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ impl Gemini {
|
||||||
);
|
);
|
||||||
|
|
||||||
if auth_scope.len() > 0 {
|
if auth_scope.len() > 0 {
|
||||||
tooltip.push_str(&format!("\n\n<b>scope</b>\n{}", auth_scope.join("\n")));
|
tooltip.push_str(&format!("\n<b>scope</b>\n{}", auth_scope.join("\n")));
|
||||||
}
|
}
|
||||||
|
|
||||||
// Append record option
|
// Append record option
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue