mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-20 08:13:49 +00:00
fix indentation
This commit is contained in:
@ -709,9 +709,9 @@ class _Client(node.Node, pollmixin.PollMixin):
|
|||||||
)
|
)
|
||||||
for plugin
|
for plugin
|
||||||
# The order is fairly arbitrary and it is not meant to convey
|
# The order is fairly arbitrary and it is not meant to convey
|
||||||
# anything but providing *some* stable ordering makes the data a
|
# anything but providing *some* stable ordering makes the data
|
||||||
# little easier to deal with (mainly in tests and when manually
|
# a little easier to deal with (mainly in tests and when
|
||||||
# inspecting it).
|
# manually inspecting it).
|
||||||
in sorted(plugins, key=lambda p: p.name)
|
in sorted(plugins, key=lambda p: p.name)
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user