Skip to content

Commit

Permalink
common: fix cstyle introduced by PR pmem#6115
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Gromadzki <[email protected]>
  • Loading branch information
grom72 committed Oct 3, 2024
1 parent 0011065 commit d22d6e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/unittest/basetest.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def _execute(self, c):
c (Context): test context
"""
self.ctx = c
start_time = None # assign in case clean() or setup() fail
start_time = None # assign in case clean() or setup() fail

try:
# pre-execution cleanup
Expand Down

0 comments on commit d22d6e6

Please sign in to comment.