Skip to content

Commit c45b03a

Browse files
committed
Removes whitespace for code consistency
Removes trailing whitespace to improve code consistency and adhere to style guidelines.
1 parent e703e37 commit c45b03a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/test/t/registration/test_registration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ def test_icp_symmetric(device):
208208
supported_dtypes = [o3c.float32, o3c.float64]
209209
for dtype in supported_dtypes:
210210
source_t, target_t = get_pcds(dtype, device)
211-
211+
212212
# Symmetric ICP requires normals for both source and target
213213
source_t.estimate_normals()
214214
target_t.estimate_normals()

0 commit comments

Comments
 (0)