Skip to content

Commit 7731d52

Browse files
committed
Fixed formatting
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent b50e2d4 commit 7731d52

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/commoncode/filetype.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,9 @@ def get_link_target(location):
110110
# The order of types check matters: link -> file -> directory -> special
111111
TYPES = OrderedDict([
112112
(is_link, ('l', 'link',)),
113-
(is_file, ('f', 'file',)),
114-
(is_dir, ('d', 'directory',)),
115-
(is_special, ('s', 'special',))
113+
(is_file, ('f', 'file',)),
114+
(is_dir, ('d', 'directory',)),
115+
(is_special, ('s', 'special',))
116116
])
117117

118118

0 commit comments

Comments
 (0)