Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentmacri committed Sep 9, 2024
1 parent 2b5036a commit 6a34481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/rings/function_field/element.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ cdef class FunctionFieldElement(FieldElement):

cdef FunctionFieldElement _new_c(self):
cdef type t = type(self)
cdef FunctionFieldElement x = <FunctionFieldElement > t.__new__(t)
cdef FunctionFieldElement x = <FunctionFieldElement>t.__new__(t)
x._parent = self._parent
return x

Expand Down

0 comments on commit 6a34481

Please sign in to comment.