Skip to content
Snippets Groups Projects
Commit 06fee9eb authored by Malte Bauch's avatar Malte Bauch
Browse files

fixed lint error

parent 5f14cd69
No related branches found
No related tags found
3 merge requests!90Develop,!70Resolve "Add command-line flags to goSDN-tview",!53V.0.1.0 Codename Threadbare
Pipeline #53120 passed
This commit is part of merge request !53. Comments created here will be created in the context of that merge request.
......@@ -60,7 +60,6 @@ func gRPCTicker(sv *GRPCStatusView, conn *grpc.ClientConn) {
func checkStatus(conn *grpc.ClientConn) string {
if str := conn.GetState().String(); str == "READY" || str == "IDLE" {
return "[green]" + "connected"
} else {
return "[red]" + "disconnected"
}
return "[red]" + "disconnected"
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment