Skip to content

Commit 0e8d980

Browse files
committed
Stickler
1 parent bf03a5b commit 0e8d980

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/iris/experimental/representation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ class CubeListRepresentation(object):
365365
<button class="accordion-{uid}">{title}</button>
366366
<div class="panel-{uid}">
367367
<p>{content}</p>
368-
</div>
368+
</div>
369369
"""
370370

371371
def __init__(self, cubelist):

lib/iris/tests/unit/experimental/representation/test_CubeListRepresentation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,4 @@ def test_html_length(self):
8080

8181

8282
if __name__ == '__main__':
83-
tests.main()
83+
tests.main()

0 commit comments

Comments
 (0)