More go fmt.
This commit is contained in:
parent
86cf5489d3
commit
ad8a90ec7e
|
@ -2,10 +2,6 @@
|
||||||
|
|
||||||
package ui
|
package ui
|
||||||
|
|
||||||
import (
|
|
||||||
// ...
|
|
||||||
)
|
|
||||||
|
|
||||||
// sentinel (not nil so programmer errors don't go undetected)
|
// sentinel (not nil so programmer errors don't go undetected)
|
||||||
// this window is invalid and cannot be used directly
|
// this window is invalid and cannot be used directly
|
||||||
var dialogWindow = new(Window)
|
var dialogWindow = new(Window)
|
||||||
|
|
Loading…
Reference in New Issue