Hold on fix for #752.

This commit is contained in:
Sam Pottinger
2023-07-16 18:51:07 -07:00
parent 36e1cbd26d
commit d366df99cc
2 changed files with 6 additions and 6 deletions

View File

@@ -52,9 +52,8 @@ public class ProblemFactory {
tab,
localLine,
message,
lineStart,
lineStop,
false
0,
lineStop - lineStart
);
}
@@ -85,8 +84,7 @@ public class ProblemFactory {
localLine,
message,
0,
col,
true
col
);
}