Skip to content

Commit

Permalink
fix an inconsistency in the field names
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Etter committed Mar 3, 2020
1 parent 2ef7c6f commit 18802b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stream_parser/file_reader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ fn flatten_data_type(
message_name,
offset,
message_formats,
qualified_field_name + message_name + ".",
qualified_field_name + ".",
already_added_messages,
list_to_append_to,
)?;
Expand Down

0 comments on commit 18802b3

Please sign in to comment.