Skip to content

Commit e9028a3

Browse files
Add newline at end of test_base.py to fix black formatting per PR #4951
1 parent b3ee1aa commit e9028a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testsuite/MDAnalysisTests/analysis/test_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -652,4 +652,4 @@ def distance(a, b):
652652
Distances = base.analysis_class(distance)
653653

654654
with no_deprecated_call():
655-
d = Distances(u.atoms[:10], u.atoms[10:20]).run()
655+
d = Distances(u.atoms[:10], u.atoms[10:20]).run()

0 commit comments

Comments
 (0)