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 019fc8e commit 2c7b420Copy full SHA for 2c7b420
1 file changed
.github/workflows/compare_pr_to_master.v
@@ -46,7 +46,7 @@ fn compare_size(fpath1 string, fpath2 string) {
46
size1 := os.file_size(fpath1)
47
size2 := os.file_size(fpath2)
48
diff_ := i64(size2) - i64(size1)
49
- println('>>>>>> size("${fpath2:15}") - size("${fpath1:15}") = ${size2:10} - ${size1:10} = ${diff_:10}')
+ println('>>>>>> size("${fpath2:17}") - size("${fpath1:17}") = ${size2:10} - ${size1:10} = ${diff_:10}')
50
}
51
52
fn vcompare(vold string, vnew string) {
0 commit comments