Remove unnecessary closing brace in examples/electron/src/main.ts

This commit is contained in:
Luke Hagar
2025-07-13 02:10:11 -05:00
parent cd56593295
commit 26b1f98523

View File

@@ -57,4 +57,3 @@ app.on('activate', async () => {
} }
} }
}); });
});