Cleanup: ensure trailing newline, delete trailing space

This commit is contained in:
Campbell Barton
2023-10-05 13:57:14 +11:00
parent 3859a08704
commit 9d20632925
5 changed files with 5 additions and 5 deletions

View File

@@ -199,7 +199,7 @@ class NodeGroupVersioning36Test(AbstractNodeGroupInterfaceTest):
self.assertEqual(node.node_tree, group, "Node group must use compositor node tree")
# autopep8: off
self.compare_group_to_specs(group, node, [
self.compare_group_to_specs(group, node, [
SocketSpec("Output Float", "Output_9", "VALUE", hide_value=True, default_value=3.0, min_value=1.0, max_value=1.0),
SocketSpec("Output Vector", "Output_10", "VECTOR", subtype="EULER", default_value=( 10, 20, 30), min_value=-10.0, max_value=10.0),
SocketSpec("Output Color", "Output_11", "RGBA", default_value=(0, 1, 1, 1)),