Skip to content

Commit d790793

Browse files
committed
Add the missing blank line after resolve a merge conflict
1 parent 1706484 commit d790793

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_mmap.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1174,6 +1174,7 @@ def test_flush_parameters(self):
11741174
m.flush(PAGESIZE * 2, flags=mmap.MS_INVALIDATE)
11751175
if hasattr(mmap, 'MS_ASYNC') and hasattr(mmap, 'MS_INVALIDATE'):
11761176
m.flush(0, PAGESIZE, flags=mmap.MS_ASYNC | mmap.MS_INVALIDATE)
1177+
11771178
@unittest.skipUnless(sys.platform == 'linux', 'Linux only')
11781179
@support.requires_linux_version(5, 17, 0)
11791180
def test_set_name(self):

0 commit comments

Comments
 (0)