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,
|
||||
const certificate_trust::ShowTrustCallback& callback,
|
||||
mate::Arguments* args) {
|
||||
certificate_trust::ShowCertificateTrust(parent_window, cert, message, callback);
|
||||
certificate_trust::ShowCertificateTrust(parent_window, cert,
|
||||
message, callback);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue