Skip to content

Commit 1cff55f

Browse files
committed
more format
1 parent d172a45 commit 1cff55f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

flang/include/flang/Lower/Support/print-instantiation-declarations.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,7 @@ def __init__(self, name, categories=..., kinds=...):
122122
self.kinds = kinds
123123

124124
def to_strings(self, category, kind):
125-
return [
126-
f"Fortran::evaluate::{self.name}<{Type(category, kind).to_string()}>"
127-
]
125+
return [f"Fortran::evaluate::{self.name}<{Type(category, kind).to_string()}>"]
128126

129127
def __repr__(self):
130128
return self.name

0 commit comments

Comments
 (0)