Skip to content

Commit 195f075

Browse files
committed
chore: ci test x2
1 parent 2162512 commit 195f075

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lib/rivet/src/checker/name_cases.ri

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,10 @@ extend Checker {
3636
.Upper -> utils.is_upper_case(name)
3737
};
3838
if !is_valid {
39-
report.warn("{} `{}` should have a {} case name".fmt(kind, name, case), pos);
39+
report.warn(
40+
"{} `{}` should have a {} case name".fmt(kind, name, case),
41+
pos
42+
);
4043
}
4144
}
4245
}

0 commit comments

Comments
 (0)