Closed nofun97 closed 4 years ago
Files with Coverage Reduction | New Missed Lines | % | ||
---|---|---|---|---|
rel/value_tuple.go | 2 | 75.2% | ||
rel/value_set_dict.go | 3 | 43.36% | ||
<!-- | Total: | 5 | --> |
Totals | |
---|---|
Change from base Build bcf3599b377a8304eaa4a674fd0561109be04f56: | -0.03% |
Covered Lines: | 4621 |
Relevant Lines: | 9570 |
Initially, the expression
will output:
This is caused by the newline after the word
letter:
in the string template.This commit removes the last whitespaces of string expression for better formatting of multiline expression. The output now is:
Checklist: