Skip to content

Commit

Permalink
Apply black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ZedThree committed Nov 20, 2024
1 parent e947548 commit 22ed4e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ford/sourceform.py
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ def markdown(self, md: MetaMarkdown):
if self.obj in ["proc", "type", "program"] and self.meta.source:
obj = getattr(self, "proctype", self.obj).lower()
regex = re.compile(
fr"""
rf"""
^(?:[\w(),*: \t]*?)? # Attributes, function type
\b{obj}\b # Subroutine/function
(?:[\w(),*: \t]+?)?[ \t]+ # Interstitial nonsense
Expand Down

0 comments on commit 22ed4e4

Please sign in to comment.