Skip to content

Commit 73b5e52

Browse files
committed
fix format
1 parent 22d14d3 commit 73b5e52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/patcherex2/patcherex.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ def apply_patches(self):
7171
# self.patches.sort(key=lambda x: self.patch_order.index(type(x)))
7272
self.patches.sort(
7373
key=lambda x: not isinstance(
74-
x, (ModifyDataPatch, InsertDataPatch, RemoveDataPatch)
75-
)
74+
x, (ModifyDataPatch, InsertDataPatch, RemoveDataPatch)
75+
)
7676
)
7777
logger.debug(f"Applying patches: {self.patches}")
7878
for patch in self.patches:

0 commit comments

Comments
 (0)