Linebreak to keep the linter happy
This commit is contained in:
parent
b8ff4666c8
commit
74c0cbddae
1 changed files with 2 additions and 1 deletions
|
@ -127,7 +127,8 @@ void ShowCertificateTrust(atom::NativeWindow* parent_window,
|
||||||
std::string message,
|
std::string message,
|
||||||
const certificate_trust::ShowTrustCallback& callback,
|
const certificate_trust::ShowTrustCallback& callback,
|
||||||
mate::Arguments* args) {
|
mate::Arguments* args) {
|
||||||
certificate_trust::ShowCertificateTrust(parent_window, cert, message, callback);
|
certificate_trust::ShowCertificateTrust(parent_window, cert,
|
||||||
|
message, callback);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue