Skip to content

Commit 1ab24fe

Browse files
committed
chore: format
1 parent 99b337f commit 1ab24fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/init.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ func initializeWorkspace(ctx context.Context, cmd *cli.Command, client stainless
415415
}
416416

417417
model := buildCompletionModel{
418-
Build: cbuild.NewModel(client, ctx, *build, "main", downloadPaths),
418+
Build: cbuild.NewModel(client, ctx, *build, "main", downloadPaths),
419419
}
420420

421421
_, err = tea.NewProgram(model).Run()

0 commit comments

Comments
 (0)