Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
AngheloAlf committed Aug 9, 2024
1 parent c9d457a commit 3adbc4d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/splat/util/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,9 @@ def parse_endianness() -> Literal["big", "little"]:
),
global_vram_start=p.parse_optional_opt("global_vram_start", int),
global_vram_end=p.parse_optional_opt("global_vram_end", int),
use_gp_rel_macro_nonmatching=p.parse_opt("use_gp_rel_macro_nonmatching", bool, True),
use_gp_rel_macro_nonmatching=p.parse_opt(
"use_gp_rel_macro_nonmatching", bool, True
),
use_gp_rel_macro=p.parse_opt("use_gp_rel_macro", bool, True),
)
p.check_no_unread_opts()
Expand Down

0 comments on commit 3adbc4d

Please sign in to comment.