Skip to content

Commit b342b05

Browse files
committed
Fix whitespace x2
1 parent 4a00534 commit b342b05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

io_xplane2blender/tests/test_creation_helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -835,7 +835,7 @@ def set_animation_data(
835835
bpy.context.view_layer.objects.active = blender_struct
836836
with bpy.context.temp_override(object=blender_struct):
837837
bpy.ops.object.add_xplane_dataref_keyframe(index=dataref_index)
838-
838+
839839

840840
def set_collection(
841841
blender_object: bpy.types.Object, collection: Union[bpy.types.Collection, str]

0 commit comments

Comments
 (0)