mirror of
https://github.com/wukko/cobalt.git
synced 2025-02-13 14:16:25 +01:00
api/processing/url: sort imports by line length
This commit is contained in:
parent
5b63e2e6f2
commit
20525d6c7c
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue