mirror of
https://github.com/wukko/cobalt.git
synced 2025-06-13 05:37:44 +02:00
api/processing/url: sort imports by line length
This commit is contained in:
@ -3,8 +3,8 @@ import { strict as assert } from "node:assert";
|
|||||||
|
|
||||||
import { env } from "../config.js";
|
import { env } from "../config.js";
|
||||||
import { services } from "./service-config.js";
|
import { services } from "./service-config.js";
|
||||||
import { friendlyServiceName } from "./service-alias.js";
|
|
||||||
import { getRedirectingURL } from "../misc/utils.js";
|
import { getRedirectingURL } from "../misc/utils.js";
|
||||||
|
import { friendlyServiceName } from "./service-alias.js";
|
||||||
|
|
||||||
function aliasURL(url) {
|
function aliasURL(url) {
|
||||||
assert(url instanceof URL);
|
assert(url instanceof URL);
|
||||||
|
Reference in New Issue
Block a user