chore: re-format code

This commit is contained in:
arm64v8a
2022-11-18 14:20:30 +09:00
parent deab99af73
commit 62c236f0d5
97 changed files with 1129 additions and 1331 deletions

View File

@@ -20,7 +20,8 @@ namespace NekoRay::fmt {
url.setScheme("nekoray");
url.setHost(type);
url.setFragment(QJsonObject2QString(b, true)
.toUtf8().toBase64(QByteArray::Base64UrlEncoding));
.toUtf8()
.toBase64(QByteArray::Base64UrlEncoding));
return url.toString();
}
@@ -72,4 +73,4 @@ namespace NekoRay::fmt {
onFinished();
});
}
}
} // namespace NekoRay::fmt