output SHA256 sum without spaces #3

Merged
reynir merged 1 commit from style into main 2024-09-24 12:16:19 +00:00
Showing only changes of commit cd1b2a0b26 - Show all commits

View file

@ -202,7 +202,7 @@ let artifact
else txtf "%a" Fpath.pp filepath
];
H.txt " ";
H.code [txtf "SHA256:%a" Ohex.pp sha256];
H.code [txtf "SHA256:%s" (Ohex.encode sha256)];
txtf " (%a)" Fmt.byte_size size;
]