Skip to content

Commit ea586df

Browse files
committed
fix
1 parent ee9b8d6 commit ea586df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

minifi_rust/minifi_native/src/api/process_context.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,6 @@ where
119119
where
120120
Cs: EnableControllerService + ComponentIdentifier + 'static,
121121
{
122-
self.get_controller_service(property)
122+
ProcessContext::get_controller_service::<Cs>(self, property)
123123
}
124124
}

0 commit comments

Comments
 (0)