Skip to content

Commit

Permalink
remove unnecessary return from ValidateConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismarget-j committed Sep 25, 2024
1 parent 44b0830 commit de25da6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apstra/data_source_blueprint_iba_dashboards.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ func (o *dataSourceBlueprintIbaDashboards) ValidateConfig(_ context.Context, _ d
"Incompatible API version",
"This data source is compatible only with Apstra "+compatibility.BpIbaDashboardOk.String(),
)
return
}
}

Expand Down

0 comments on commit de25da6

Please sign in to comment.