Skip to content

Commit

Permalink
Fix a bug in report
Browse files Browse the repository at this point in the history
  • Loading branch information
axel-op committed Aug 14, 2020
1 parent 416bad3 commit 7a6c3c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/github.dart
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ extension on Report {
);
text
..write("## ${section.title}")
..write(" (${section.grantedPoints}/${section.grantedPoints})")
..write(" (${section.grantedPoints}/${section.maxPoints})")
..write("\n\n$summary\n\n");
}

Expand Down

0 comments on commit 7a6c3c6

Please sign in to comment.