mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-17 20:44:38 +03:00
chore: re-format code
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user