Skip to content

Commit

Permalink
ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
mscroggs committed Dec 5, 2024
1 parent a04a6df commit aa7e21f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ffcx/codegeneration/symbols.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,9 @@ def x_component(self, mt):

def J_component(self, mt):
"""Jacobian component."""
return L.Symbol(format_mt_name(f"J{mt.expr.ufl_domain().ufl_id()}", mt), dtype=L.DataType.REAL)
return L.Symbol(
format_mt_name(f"J{mt.expr.ufl_domain().ufl_id()}", mt), dtype=L.DataType.REAL
)

def domain_dof_access(self, dof, component, gdim, num_scalar_dofs, restriction):
"""Domain DOF access."""
Expand Down

0 comments on commit aa7e21f

Please sign in to comment.