Skip to content

Commit

Permalink
Fixed lint issue
Browse files Browse the repository at this point in the history
Signed-off-by: Harish P <[email protected]>
  • Loading branch information
harishp8889 committed Nov 9, 2022
1 parent 83ee05f commit ccc475a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion goopicsi.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (

var (
conn *grpc.ClientConn
address string = "localhost:50051"
address = "localhost:50051"
)

// ConnectToRemoteAndExpose connects to the remote storage over NVMe/TCP and exposes it as a local NVMe/PCIe device
Expand Down

0 comments on commit ccc475a

Please sign in to comment.