We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e9fe73 commit 64c2f00Copy full SHA for 64c2f00
lib/src/results.dart
@@ -60,7 +60,7 @@ class Results {
60
61
int _partialCATScoreCalculator() {
62
int score = 0;
63
- for (int i = 0; i < _commands.length; i++) {
+ for (int i = 1; i < _commands.length; i++) {
64
int lineScore = 0;
65
final List<String> tokenized = splitCommand(_commands[i]);
66
switch (tokenized.first) {
0 commit comments