Skip to content

Commit 0fb9eda

Browse files
committed
fix indentation
1 parent 72bf1ec commit 0fb9eda

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

reframe/frontend/executors/policies.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,8 +256,7 @@ def on_task_success(self, task):
256256
'run_complete',
257257
'sanity',
258258
'performance',
259-
'total']
260-
)
259+
'total'])
261260
getlogger().verbose(f"==> {timings}")
262261
# update reference count of dependencies
263262
for c in task.testcase.deps:

0 commit comments

Comments
 (0)