Skip to content

Commit daf6620

Browse files
alec-flowersclaude
andcommitted
style: format setup_head.py
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent c4b1048 commit daf6620

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/srtctl/cli/setup_head.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ def start_nats(binary_path: str = "/configs/nats-server", max_payload_mb: int |
146146
max_payload_bytes = max_payload_mb * 1024 * 1024
147147
with open(nats_config_path, "w") as f:
148148
f.write(f"max_payload: {max_payload_bytes}\n")
149-
f.write(f"jetstream {{ store_dir: \"{nats_store_dir}\" }}\n")
149+
f.write(f'jetstream {{ store_dir: "{nats_store_dir}" }}\n')
150150
logger.info("Starting NATS server (max_payload: %dMB)...", max_payload_mb)
151151
cmd = [binary_path, "-c", nats_config_path]
152152
else:

0 commit comments

Comments
 (0)