Skip to content

Commit

Permalink
white space tweak
Browse files Browse the repository at this point in the history
... to satisfy one CI test?
  • Loading branch information
kweide committed Aug 23, 2024
1 parent db232a7 commit 6cba671
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def _fill_mdata_connectors(self, arg, spec, connectors: dict, saved):
hi_fmt = f"{self.tile_desc_name}->{hi_data}." + '{0}'
combined = f"int {src}[] = {{\n{self.INDENT}"
combined += f',\n{self.INDENT}'.join(
'{0}, {1}'.format(
'{0},{1}'.format(
indexexp_fmt.format(lo_fmt.format(char)),
indexexp_fmt.format(hi_fmt.format(char))
)
Expand Down

0 comments on commit 6cba671

Please sign in to comment.