From 40414fde37ceff426257a4f7f54c47905d0d6d1d Mon Sep 17 00:00:00 2001 From: Oliver Gugger Date: Wed, 24 Mar 2021 13:45:11 +0100 Subject: [PATCH] rpc: run make fmt to format all code --- rpc/walletrpc/api.pb.go | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/rpc/walletrpc/api.pb.go b/rpc/walletrpc/api.pb.go index e6716e4..6c66181 100644 --- a/rpc/walletrpc/api.pb.go +++ b/rpc/walletrpc/api.pb.go @@ -60,12 +60,15 @@ It has these top-level messages: */ package walletrpc -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - import ( + fmt "fmt" + + proto "github.com/golang/protobuf/proto" + + math "math" + context "golang.org/x/net/context" + grpc "google.golang.org/grpc" )