Skip to content

Commit

Permalink
Fix: remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
SR4ven committed Sep 24, 2023
1 parent 01754b1 commit af2b412
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions boofuzz/primitives/bit_field.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def __init__(

if not self.max_num:
self.max_num = binary_string_to_int("1" + "0" * width)

assert isinstance(self.max_num, int), "max_num must be an integer!"

if not self.full_range:
Expand All @@ -102,7 +102,7 @@ def __init__(
self.max_num // 32,
self.max_num,
]

# Contract: sort in ascending order required for deduplication.
interesting_boundaries.sort()

Expand Down

0 comments on commit af2b412

Please sign in to comment.