ui/internal/ops: go fmt

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2019-08-26 20:35:16 +01:00
parent 8700a8ffc3
commit 7d47fe0fc9
+3 -3
View File
@@ -33,9 +33,9 @@ type Key struct {
// Shadow of ui.MacroOp.
type macroOp struct {
ops *ui.Ops
version int
pc pc
ops *ui.Ops
version int
pc pc
}
type pc struct {