style: fix formatting in presence-cache.test.ts

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
smakosh 2026-01-26 18:38:14 +01:00
parent 3049b97840
commit aaf9d592a9

View File

@ -1,11 +1,6 @@
import { beforeEach, describe, expect, it } from "vitest"; import { beforeEach, describe, expect, it } from "vitest";
import type { GatewayPresenceUpdate } from "discord-api-types/v10"; import type { GatewayPresenceUpdate } from "discord-api-types/v10";
import { import { clearPresences, getPresence, presenceCacheSize, setPresence } from "./presence-cache.js";
clearPresences,
getPresence,
presenceCacheSize,
setPresence,
} from "./presence-cache.js";
describe("presence-cache", () => { describe("presence-cache", () => {
beforeEach(() => { beforeEach(() => {