Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
alainm23 committed Sep 27, 2024
1 parent a22ffe5 commit 75ad30f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Backend/FileOperations.vala
Original file line number Diff line number Diff line change
Expand Up @@ -178,10 +178,10 @@ namespace Taxi {
message_dialog.response.connect ((response_id) => {
response = response_id;
message_dialog.destroy ();
loop.quit();
loop.quit ();
});

loop.run();
loop.run ();

return response;
}
Expand Down

0 comments on commit 75ad30f

Please sign in to comment.