mirror of
https://github.com/transmission/transmission
synced 2024-12-22 07:42:37 +00:00
fix clang-format (#6616)
This commit is contained in:
parent
d7e74654c9
commit
c3667fa5a7
1 changed files with 1 additions and 1 deletions
|
@ -470,7 +470,7 @@ void PrefsDialog::portTestSetEnabled()
|
|||
|
||||
void PrefsDialog::onPortTested(std::optional<bool> result, Session::PortTestIpProtocol ip_protocol)
|
||||
{
|
||||
constexpr auto StatusFromResult = [](const std::optional<bool> result)
|
||||
constexpr auto StatusFromResult = [](std::optional<bool> const result)
|
||||
{
|
||||
if (!result)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue