Skip to content

Commit cf78aae

Browse files
committed
Issue#1449: Correction to pre-existing bug in architecture body classification.
1 parent 632ac8d commit cf78aae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vsg/vhdlFile/classify/architecture_body.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def classify(iToken, lObjects):
3131

3232
iCurrent = architecture_statement_part.classify_until(["end"], iCurrent, lObjects)
3333

34-
iCurrent = classify_closing_declaration(iToken, lObjects)
34+
iCurrent = classify_closing_declaration(iCurrent, lObjects)
3535

3636
return iCurrent
3737

0 commit comments

Comments
 (0)