Skip to content

Commit 790badd

Browse files
linting fix
1 parent 96755cb commit 790badd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

server/utils/grpc_to_web.go

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
package utils
22

33
import (
4-
"google.golang.org/grpc/codes"
5-
"google.golang.org/grpc/status"
64
"net/http"
75
"strings"
6+
7+
"google.golang.org/grpc/codes"
8+
"google.golang.org/grpc/status"
89
)
910

1011
func GrpcErrorToWebError(err error) ErrorResponse {

0 commit comments

Comments
 (0)