rpc: run make fmt to format all code

This commit is contained in:
Oliver Gugger 2021-03-24 13:45:11 +01:00
parent 41e12c16c5
commit 40414fde37
No known key found for this signature in database
GPG key ID: 8E4256593F177720

View file

@ -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"
)