mirror of https://github.com/ARMmbed/mbed-os.git
Fix indentation
parent
ee5fea417b
commit
54d6e865ec
|
|
@ -269,7 +269,7 @@ class Resources(object):
|
|||
if not any(
|
||||
path.startswith(dirname(e.path)) for e in self._excluded_libs
|
||||
):
|
||||
to_ret.append(ref)
|
||||
to_ret.append(ref)
|
||||
return to_ret
|
||||
|
||||
def filter_by_libraries(self, library_refs):
|
||||
|
|
|
|||
Loading…
Reference in New Issue