Skip to content

Commit af0ee0b

Browse files
committed
fix: update formatting
1 parent a1bd54f commit af0ee0b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

program_admin/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,9 @@ async def sync(
327327
publisher_program_signers,
328328
) = await self.sync_publisher_program(ref_publishers)
329329

330-
logger.debug(f"Syncing publisher program - {len(publisher_program_instructions)} instructions")
330+
logger.debug(
331+
f"Syncing publisher program - {len(publisher_program_instructions)} instructions"
332+
)
331333

332334
if publisher_program_instructions:
333335
instructions.extend(publisher_program_instructions)

0 commit comments

Comments
 (0)