Skip to content

Commit

Permalink
indent
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Wegmann committed Sep 9, 2024
1 parent beef1ac commit dbc3bd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/secop_ophyd/SECoPDevices.py
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ async def generate_nexus_struct(self) -> str:

param_log: str = await self.generate_nexus_parameter_log(parameter)

text += "\t".join(param_log.splitlines(True))
text += "\t\t".join(param_log.splitlines(True))

return text

Expand Down

0 comments on commit dbc3bd0

Please sign in to comment.