Skip to content

Commit

Permalink
aoscx_l2_interface.py: fix pep indent break line
Browse files Browse the repository at this point in the history
  • Loading branch information
alagoutte committed Jan 16, 2024
1 parent 557eff0 commit ae8ffb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/modules/aoscx_l2_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,7 @@ def main():
# Port Access
try:
modified_op |= interface.configure_port_access(
port_access_radius_override_enable=\
port_access_radius_override_enable = \
port_access_radius_override_enable,
port_access_clients_limit=port_access_clients_limit
)
Expand Down

0 comments on commit ae8ffb3

Please sign in to comment.