Upgrade prettier

This commit is contained in:
Stéphan Kochen
2023-10-29 13:39:57 +01:00
parent 10d226f780
commit a1ab08efae
8 changed files with 52 additions and 52 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ export const computeFixedOutputStorePath = (
name: string,
hashAlgorithm: string,
hash: Buffer,
storePath = `/nix/store` as PortablePath
storePath = `/nix/store` as PortablePath,
) => {
const hashHex = hash.toString("hex");