Skip to content

Commit 037d990

Browse files
committed
Fix format
1 parent 23fa42c commit 037d990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mojo/stdlib/src/python/_cpython.mojo

+1-1
Original file line numberDiff line numberDiff line change
@@ -1944,7 +1944,7 @@ struct CPython:
19441944
# Capsules
19451945
# ref: https://docs.python.org/3/c-api/capsule.html
19461946
# ===-------------------------------------------------------------------===#
1947-
1947+
19481948
fn PyCapsule_New(
19491949
mut self,
19501950
pointer: OpaquePointer,

0 commit comments

Comments
 (0)