fix format again

This commit is contained in:
fyears
2024-05-08 22:04:21 +08:00
parent a081d09212
commit e66b0c71c4
9 changed files with 29 additions and 21 deletions
+2
View File
@@ -567,6 +567,7 @@ export class FakeFsOnedrive extends FakeFs {
// TODO:
// 20220401: On Android, requestUrl has issue that text becomes base64.
// Use fetch everywhere instead!
// biome-ignore lint/correctness/noConstantCondition: hard code
if (false /*VALID_REQURL*/) {
const res = await requestUrl({
url: theUrl,
@@ -617,6 +618,7 @@ export class FakeFsOnedrive extends FakeFs {
// TODO:
// 20220401: On Android, requestUrl has issue that text becomes base64.
// Use fetch everywhere instead!
// biome-ignore lint/correctness/noConstantCondition: hard code
if (false /*VALID_REQURL*/) {
const res = await requestUrl({
url: theUrl,