Skip to content

Commit 4450d42

Browse files
Update src/flow_service/mod.rs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Raphael Götz <52959657+raphael-goetz@users.noreply.github.com>
1 parent 4ccb083 commit 4450d42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/flow_service/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ impl FlowUpdateService {
119119
for data_type in self.data_types.iter_mut() {
120120
data_type.definition_source = source.to_string();
121121
}
122-
};
122+
}
123123

124124
log::info!("Updating {} DataTypes.", self.data_types.len());
125125
let mut client = DataTypeServiceClient::new(self.channel.clone());

0 commit comments

Comments
 (0)