Use dprint for internal formatting (#6682)

This commit is contained in:
David Sherret 2020-07-14 15:24:17 -04:00 committed by GitHub
parent 9eca71caa1
commit cde4dbb351
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
378 changed files with 3116 additions and 3121 deletions

View file

@ -34,7 +34,7 @@ unitTest(
assert(/^[A-Z]/.test(targetPath));
}
assert(targetPath.endsWith("/target"));
}
},
);
unitTest({ perms: { read: false } }, function realPathSyncPerm(): void {
@ -79,7 +79,7 @@ unitTest(
assert(/^[A-Z]/.test(targetPath));
}
assert(targetPath.endsWith("/target"));
}
},
);
unitTest({ perms: { read: false } }, async function realPathPerm(): Promise<