Skip to content

Commit 67e1fdb

Browse files
committed
Issue#1510: Formatting.
1 parent 380226b commit 67e1fdb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

vsg/rules/variable/rule_402.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# -*- coding: utf-8 -*-
22

33

4-
from vsg.token import variable_declaration as token
54
from vsg.rules import multiline_array_alignment as Rule
5+
from vsg.token import variable_declaration as token
66

77
lTokenPairs = []
88
lTokenPairs.append([token.assignment_operator, token.semicolon])

vsg/rules/variable/rule_403.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22

3-
from vsg.token import variable_declaration as token
43
from vsg.rules import multiline_structure as Rule
4+
from vsg.token import variable_declaration as token
55

66
lTokenPairs = []
77
lTokenPairs.append([token.variable_keyword, token.semicolon])

0 commit comments

Comments
 (0)