2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-09-05 08:45:22 +00:00

Break lines before binary operators.

This commit is contained in:
Mark Grassi
2022-08-07 17:06:08 -04:00
parent ef2e6c62e7
commit ea3fb60007
14 changed files with 111 additions and 112 deletions

View File

@@ -116,10 +116,10 @@ Feb 4 13:40:38 XPS-13-9370 kernel: [128552.880347] audit: type=1400 audit({epoc
with NamedTemporaryFile("w+", prefix='test-aa-notify-', delete=False) as temp_file:
self.test_logfile = temp_file.name
temp_file.write(
test_logfile_contents_999_days_old +
test_logfile_contents_30_days_old +
test_logfile_contents_unrelevant_entries +
test_logfile_contents_0_seconds_old
test_logfile_contents_999_days_old
+ test_logfile_contents_30_days_old
+ test_logfile_contents_unrelevant_entries
+ test_logfile_contents_0_seconds_old
)
def AATeardown(self):