Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
Schottkyc137 committed Aug 25, 2024
1 parent 4c7640f commit 91a206f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vhdl_lang/src/named_entity.rs
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ impl<'a> AnyEnt<'a> {
),
ErrorCode::Duplicate,
)
.related(last_pos, "Previously specified here"))
.related(last_pos, "Previously specified here"))
}
Entry::Vacant(entry) => {
entry.insert((pos.clone(), ent));
Expand Down

0 comments on commit 91a206f

Please sign in to comment.