This is an automated email from the ASF dual-hosted git repository.
martinzink pushed a commit to branch minifi_rust_impr_2
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git
The following commit(s) were added to refs/heads/minifi_rust_impr_2 by this
push:
new 72d31e093 cargo fmt
72d31e093 is described below
commit 72d31e0939c4d109053a6a051d0d471b1a112522
Author: Martin Zink <[email protected]>
AuthorDate: Tue Sep 1 17:44:30 2026 +0200
cargo fmt
---
.../minifi_native/src/api/processor_wrappers/utils/with_attributes.rs | 1 -
1 file changed, 1 deletion(-)
diff --git
a/minifi_rust/minifi_native/src/api/processor_wrappers/utils/with_attributes.rs
b/minifi_rust/minifi_native/src/api/processor_wrappers/utils/with_attributes.rs
index b4c95b8ed..fc924f07f 100644
---
a/minifi_rust/minifi_native/src/api/processor_wrappers/utils/with_attributes.rs
+++
b/minifi_rust/minifi_native/src/api/processor_wrappers/utils/with_attributes.rs
@@ -15,7 +15,6 @@
// specific language governing permissions and limitations
// under the License.
-
/// Adds implementation with_attribute and with_attribute(s)
/// used by TransformedFlowFile<'a>, GeneratedFlowFile<'a>,
TransformStreamResult
/// extracted to macro to avoid code duplication