Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 18, 2023
1 parent c385666 commit 58b1cd1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/modules/eos_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,8 @@ def main():
if "diff" in response:
if module.params.get("off_box_diff"):
result["off_box_diff"] = unified_diff(
candidate.split("\n"), running.split("\n")
candidate.split("\n"),
running.split("\n"),
)
else:
result["diff"] = {"prepared": response["diff"]}
Expand Down

0 comments on commit 58b1cd1

Please sign in to comment.