Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kacpersaw committed Aug 5, 2024
1 parent 2b2511a commit 35a4964
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api/grpcserver/v2alpha1/network.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@ package v2alpha1

import (
"context"
"time"

"github.com/grpc-ecosystem/grpc-gateway/v2/runtime"
spacemeshv2alpha1 "github.com/spacemeshos/api/release/go/spacemesh/v2alpha1"
"google.golang.org/grpc"
"google.golang.org/protobuf/types/known/durationpb"
"google.golang.org/protobuf/types/known/timestamppb"
"time"

"github.com/spacemeshos/go-spacemesh/common/types"
"github.com/spacemeshos/go-spacemesh/config"
Expand Down

0 comments on commit 35a4964

Please sign in to comment.