Skip to content

Commit 54d6e86

Browse files
committed
Fix indentation
1 parent ee5fea4 commit 54d6e86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/resources/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ def get_file_refs(self, file_type):
269269
if not any(
270270
path.startswith(dirname(e.path)) for e in self._excluded_libs
271271
):
272-
to_ret.append(ref)
272+
to_ret.append(ref)
273273
return to_ret
274274

275275
def filter_by_libraries(self, library_refs):

0 commit comments

Comments
 (0)