Skip to content

Commit 83ff08c

Browse files
committed
fix(types): Use correct type VisualizationFormat instead of Format
1 parent 380d7b5 commit 83ff08c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/infra/visualize.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ func runVisualize(cmd *cobra.Command, opts *VisualizeOptions) error {
144144
graph := buildGraphFromPlan(plan)
145145

146146
// Determine visualization format
147-
var vizFormat dag.Format
147+
var vizFormat dag.VisualizationFormat
148148
switch opts.OutputFormat {
149149
case "dot", "graphviz":
150150
vizFormat = dag.FormatDOT

0 commit comments

Comments
 (0)