Skip to content

Commit 4d23f8f

Browse files
authored
fault.py: adhere to ruff formatting
1 parent 21054d4 commit 4d23f8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beat/ffi/fault.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1046,7 +1046,7 @@ def get_template(nsubfaults):
10461046
# [km] [km] [m] [m] [m]
10471047
#-------------------------------------------------------------------------------
10481048
"""
1049-
return (template % nsubfaults).encode('ascii')
1049+
return (template % nsubfaults).encode("ascii")
10501050

10511051
# get slip components from result point
10521052
uparr = point["uparr"]

0 commit comments

Comments
 (0)