mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-22 06:13:36 -07:00
Fix coding style
`else` is useless after `return`.
This commit is contained in:
parent
1ba846cd12
commit
8b1c3f94ce
1 changed files with 1 additions and 2 deletions
|
@ -82,7 +82,6 @@ namespace
|
||||||
{
|
{
|
||||||
if (!m_randDev)
|
if (!m_randDev)
|
||||||
return getRandomViaAPI();
|
return getRandomViaAPI();
|
||||||
else
|
|
||||||
return getRandomViaFile();
|
return getRandomViaFile();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue