Skip to content

Commit f8ea850

Browse files
committed
fix linter
1 parent 9be745a commit f8ea850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/plot/plot3d/index_face_set.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ cdef inline format_pmesh_face(face_c face, int has_color):
182182
r = sprintf_5i(ss, "%d\n%d\n%d\n%d\n%d", has_color * 4,
183183
face.vertices[0],
184184
face.vertices[i],
185-
face.vertices[i + 1],
185+
face.vertices[i + 1],
186186
face.vertices[0])
187187
PyList_Append(all, PyBytes_FromStringAndSize(ss, r))
188188
else:

0 commit comments

Comments
 (0)