format coding style (#970)

This commit is contained in:
Kevin Wan
2021-08-28 12:11:11 +08:00
committed by GitHub
parent dfb3cb510a
commit 50a6bbe6b9
3 changed files with 5 additions and 5 deletions

View File

@@ -3,14 +3,14 @@ package serverinterceptors
import (
"context"
"fmt"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
"runtime/debug"
"strings"
"sync"
"time"
"google.golang.org/grpc"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)
// UnaryTimeoutInterceptor returns a func that sets timeout to incoming unary requests.