Skip to content

Commit 8b09560

Browse files
committed
Fix indentation level.
1 parent fc491fb commit 8b09560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/config/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1346,7 +1346,7 @@ def get_features(self):
13461346
self.cumulative_overrides['features']\
13471347
.update_target(self.target)
13481348

1349-
return self.target.features
1349+
return self.target.features
13501350

13511351
def validate_config(self):
13521352
""" Validate configuration settings. This either returns True or

0 commit comments

Comments
 (0)