Skip to content

Commit faf6df0

Browse files
Missing trailing comma was bugging darker
1 parent 7cbe979 commit faf6df0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utils/hct/hctdb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8427,7 +8427,7 @@ def build_valrules(self):
84278427
self.add_valrule_msg(
84288428
"Instr.LinalgInvalidMemoryInterpValue",
84298429
"In Memory Interpolation value must be valid.",
8430-
"'%0' is not a valid %1 interpretation value"
8430+
"'%0' is not a valid %1 interpretation value",
84318431
)
84328432

84338433
self.add_valrule_msg(

0 commit comments

Comments
 (0)