Parcourir la source

Remove unnecessary newline

VolcaEM il y a 6 ans
Parent
commit
6582857356
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      src/yuzu/main.cpp

+ 0 - 1
src/yuzu/main.cpp

@@ -1812,7 +1812,6 @@ void GMainWindow::OnMenuReportCompatibility() {
 }
 
 void GMainWindow::OpenURL(const QUrl& url) {
-
     const bool open = QDesktopServices::openUrl(url);
     if (!open) {
         QMessageBox::warning(this, tr("Error opening URL"),