From 544b3ab1de016b6c4557c2b5664f4f0e013fcd1c Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 22 Mar 2021 14:22:37 +1100 Subject: Cleanup: clang-format, trailing space Minor manual tweak to prevent wrapping an array into columns. --- doc/python_api/examples/bpy.types.Depsgraph.7.py | 1 - 1 file changed, 1 deletion(-) (limited to 'doc/python_api') diff --git a/doc/python_api/examples/bpy.types.Depsgraph.7.py b/doc/python_api/examples/bpy.types.Depsgraph.7.py index 61209a6b9d2..11982730fc9 100644 --- a/doc/python_api/examples/bpy.types.Depsgraph.7.py +++ b/doc/python_api/examples/bpy.types.Depsgraph.7.py @@ -61,4 +61,3 @@ def unregister(): if __name__ == "__main__": register() - -- cgit v1.2.3