From 7d47fe0fc9753ba50624daa3de6ee31c8638e6e4 Mon Sep 17 00:00:00 2001 From: Elias Naur Date: Mon, 26 Aug 2019 20:35:16 +0100 Subject: [PATCH] ui/internal/ops: go fmt Signed-off-by: Elias Naur --- ui/internal/ops/reader.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/internal/ops/reader.go b/ui/internal/ops/reader.go index c4f35810..02c037cc 100644 --- a/ui/internal/ops/reader.go +++ b/ui/internal/ops/reader.go @@ -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 {