trivial: match newline style

Use newline for map key to match other keys
This commit is contained in:
Alex Bosworth
2021-03-03 17:28:21 -08:00
committed by GitHub
parent 055db6b9ac
commit 0e43c8fc4c

View File

@@ -83,7 +83,8 @@ var (
"/routerrpc.Router/GetMissionControlConfig": {{
Entity: "offchain",
Action: "read",
}}, "/routerrpc.Router/SetMissionControlConfig": {{
}},
"/routerrpc.Router/SetMissionControlConfig": {{
Entity: "offchain",
Action: "write",
}},