lint
This commit is contained in:
parent
14bd2c4b0e
commit
2b3dfe540c
4
main.go
4
main.go
|
@ -251,8 +251,8 @@ func main() {
|
||||||
me.forge.CheckDirty()
|
me.forge.CheckDirty()
|
||||||
|
|
||||||
me.myGui.Start() // loads the GUI toolkit
|
me.myGui.Start() // loads the GUI toolkit
|
||||||
doGui() // start making our forge GUI
|
doGui() // start making our forge GUI
|
||||||
debug() // sits here forever
|
debug() // sits here forever
|
||||||
}
|
}
|
||||||
// got to the end with nothing to do (?)
|
// got to the end with nothing to do (?)
|
||||||
if dumpWorkRepos() {
|
if dumpWorkRepos() {
|
||||||
|
|
Loading…
Reference in New Issue