Skip to content

Commit

Permalink
api/processing/url: sort imports by line length
Browse files Browse the repository at this point in the history
  • Loading branch information
wukko committed Feb 9, 2025
1 parent 5b63e2e commit 20525d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/processing/url.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 20525d6

Please sign in to comment.