diff --git a/nac3core/src/codegen/model/structure.rs b/nac3core/src/codegen/model/structure.rs index c91f42aa..4b5ab2ae 100644 --- a/nac3core/src/codegen/model/structure.rs +++ b/nac3core/src/codegen/model/structure.rs @@ -100,7 +100,8 @@ impl<'ctx, 'a, G: CodeGenerator + ?Sized> FieldTraversal<'ctx> self.errors .push(err.under_context(format!("field #{gep_index} '{name}'").as_str())); } - } // Otherwise, it will be caught by Struct's `check_type`. + } + // Otherwise, it will be caught by Struct's `check_type`. } }