Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
MattLichtenstein committed Dec 28, 2023
1 parent b2a7740 commit da7c070
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/mozillavpn.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1388,7 +1388,8 @@ void MozillaVPN::registerUrlOpenerLabels() {
});

uo->registerUrlLabel("sumoMultihop", []() -> QString {
return "https://support.mozilla.org/en-US/kb/multi-hop-encrypt-your-data-twice-enhanced-security";
return "https://support.mozilla.org/en-US/kb/"
"multi-hop-encrypt-your-data-twice-enhanced-security";
});
}

Expand Down

0 comments on commit da7c070

Please sign in to comment.