Merge pull request 'output SHA256 sum without spaces' (!3) from style into main

Reviewed-on: #3
This commit is contained in:
Reynir Björnsson 2024-09-24 12:16:18 +00:00
commit 083f961ac4

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;
]