Skip to content

Commit 7743c69

Browse files
committed
Fixed format again
1 parent bd38c3d commit 7743c69

1 file changed

Lines changed: 10 additions & 8 deletions

File tree

tests/test_inode_xattr.py

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -181,14 +181,16 @@ def test_setxattr_new_file(
181181
with open(test_file, 'w') as f:
182182
f.write('new file')
183183

184-
server.wait_events([
185-
Event(
186-
process=process,
187-
event_type=EventType.CREATION,
188-
file=test_file,
189-
host_path=test_file,
190-
),
191-
])
184+
server.wait_events(
185+
[
186+
Event(
187+
process=process,
188+
event_type=EventType.CREATION,
189+
file=test_file,
190+
host_path=test_file,
191+
),
192+
]
193+
)
192194

193195
initial = get_kernel_setxattr_added(fact_config)
194196

0 commit comments

Comments
 (0)