api/processing/url: sort imports by line length

This commit is contained in:
wukko 2025-02-09 17:49:19 +06:00
parent 5b63e2e6f2
commit 20525d6c7c
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -3,8 +3,8 @@ import { strict as assert } from "node:assert";
import { env } from "../config.js";
import { services } from "./service-config.js";
import { friendlyServiceName } from "./service-alias.js";
import { getRedirectingURL } from "../misc/utils.js";
import { friendlyServiceName } from "./service-alias.js";
function aliasURL(url) {
assert(url instanceof URL);