Skip to content

Commit e064059

Browse files
committed
formate the file
1 parent 7464b83 commit e064059

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

codeflash/optimization/function_optimizer.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1260,15 +1260,15 @@ def process_review(
12601260
Panel(
12611261
f"[bold green]✅ Staging created:[/bold green]\n[link={staging_url}]{staging_url}[/link]",
12621262
title="Staging Link",
1263-
border_style="green"
1263+
border_style="green",
12641264
)
12651265
)
12661266
else:
12671267
console.print(
12681268
Panel(
12691269
f"[bold red]❌ Failed to create staging[/bold red]\nStatus: {response.status_code}",
12701270
title="Staging Error",
1271-
border_style="red"
1271+
border_style="red",
12721272
)
12731273
)
12741274

0 commit comments

Comments
 (0)