Format code

This commit is contained in:
2026-03-15 09:57:08 +00:00
parent 71e6a58fbd
commit 523722bae6
5 changed files with 39 additions and 58 deletions

View File

@@ -514,8 +514,8 @@ func main() {
app := gtk.NewApplication("net.sunglocto.lambda", gio.ApplicationFlagsNone)
app.ConnectActivate(func() {
go conc()
activate(app)
go conc()
activate(app)
})
if code := app.Run(os.Args); code > 0 {