Merge pull request 'output SHA256 sum without spaces' (!3) from style into main
Reviewed-on: #3
This commit is contained in:
commit
083f961ac4
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ let artifact
|
||||||
else txtf "%a" Fpath.pp filepath
|
else txtf "%a" Fpath.pp filepath
|
||||||
];
|
];
|
||||||
H.txt " ";
|
H.txt " ";
|
||||||
H.code [txtf "SHA256:%a" Ohex.pp sha256];
|
H.code [txtf "SHA256:%s" (Ohex.encode sha256)];
|
||||||
txtf " (%a)" Fmt.byte_size size;
|
txtf " (%a)" Fmt.byte_size size;
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue