Skip to content

Commit 62f26a2

Browse files
committed
chore: Formatting
1 parent 929c01d commit 62f26a2

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

rust/operator-binary/src/airflow_controller.rs

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1059,7 +1059,11 @@ fn build_server_rolegroup_statefulset(
10591059
}
10601060

10611061
if merged_airflow_config.logging.enable_vector_agent {
1062-
match &airflow.spec.cluster_config.vector_aggregator_config_map_name {
1062+
match &airflow
1063+
.spec
1064+
.cluster_config
1065+
.vector_aggregator_config_map_name
1066+
{
10631067
Some(vector_aggregator_config_map_name) => {
10641068
pb.add_container(build_logging_container(
10651069
resolved_product_image,
@@ -1244,7 +1248,11 @@ fn build_executor_template_config_map(
12441248
}
12451249

12461250
if merged_executor_config.logging.enable_vector_agent {
1247-
match &airflow.spec.cluster_config.vector_aggregator_config_map_name {
1251+
match &airflow
1252+
.spec
1253+
.cluster_config
1254+
.vector_aggregator_config_map_name
1255+
{
12481256
Some(vector_aggregator_config_map_name) => {
12491257
pb.add_container(build_logging_container(
12501258
resolved_product_image,

0 commit comments

Comments
 (0)