mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-25 00:10:43 +01:00
examples/trivial: fix black formatting of python code
This commit is contained in:
parent
cb933c5955
commit
f63723f75e
1 changed files with 3 additions and 1 deletions
|
|
@ -614,7 +614,9 @@ def do_apply(nmc, device, ids_arg, do_test):
|
|||
die("FAILURE to get applied connection after reapply")
|
||||
|
||||
_print()
|
||||
connection_print(connection_after, MODE_APPLY, [], device.get_path(), prefix="AFTER: ")
|
||||
connection_print(
|
||||
connection_after, MODE_APPLY, [], device.get_path(), prefix="AFTER: "
|
||||
)
|
||||
_print()
|
||||
|
||||
ovs_print_external_ids("AFTER-OVS-VSCTL: ")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue