Skip to content
Snippets Groups Projects
Commit 47fd137e authored by murgatroid99's avatar murgatroid99
Browse files

Fixed alignment issues

parent c3c3a8f0
No related branches found
No related tags found
No related merge requests found
......@@ -381,7 +381,7 @@ grpc_interop_test_args() {
cxx) grpc_port=8010 ;;
go) grpc_port=8020 ;;
java) grpc_port=8030 ;;
node) grpc_port=8040 ;;
node) grpc_port=8040 ;;
python) grpc_port=8050 ;;
ruby) grpc_port=8060 ;;
*) echo "bad server_type: $1" 1>&2; return 1 ;;
......@@ -555,7 +555,7 @@ grpc_launch_server_args() {
cxx) grpc_port=8010 ;;
go) grpc_port=8020 ;;
java) grpc_port=8030 ;;
node) grpc_port=8040 ;;
node) grpc_port=8040 ;;
python) grpc_port=8050 ;;
ruby) grpc_port=8060 ;;
*) echo "bad server_type: $1" 1>&2; return 1 ;;
......@@ -627,7 +627,7 @@ grpc_launch_server() {
# cxx: 8010
# go: 8020
# java: 8030
# node: 8040
# node: 8040
# python: 8050
# ruby: 8060
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment