mirror of
https://github.com/electron/electron.git
synced 2026-01-25 15:28:11 -05:00
Linebreak to keep the linter happy
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user