Skip to content

Commit

Permalink
Fixed up whitespace for black
Browse files Browse the repository at this point in the history
  • Loading branch information
rbs-alexr committed Feb 1, 2024
1 parent 4c5bbe3 commit 9cefcfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ofrak_core/ofrak/core/free_space.py
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ async def modify(self, resource: Resource, config: FreeSpaceModifierConfig):
# Patch in the patch_data
await parent.run(BinaryPatchModifier, BinaryPatchConfig(patch_offset, patch_data))

free_offset = len(config.fill) if config.fill else 0
free_offset = len(config.fill) if config.fill else 0

# Create the FreeSpace child
await parent.create_child_from_view(
Expand Down

0 comments on commit 9cefcfa

Please sign in to comment.