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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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