Skip to content

Commit a34762c

Browse files
llucaxCopilot
andauthored
Fix extra whitespace in README
Co-authored-by: Copilot <[email protected]> Signed-off-by: Leandro Lucarella <[email protected]>
1 parent c873fce commit a34762c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ async def run():
104104
url = os.getenv(
105105
"DISPATCH_API_URL", "grpc://dispatch.url.goes.here.example.com"
106106
)
107-
key = os.getenv("DISPATCH_API_KEY", "some-key")
107+
key = os.getenv("DISPATCH_API_KEY", "some-key")
108108

109109
microgrid_id = 1
110110

0 commit comments

Comments
 (0)