style: fix prettier drift after merge

This commit is contained in:
Eyejoker
2026-03-30 03:44:58 +09:00
parent 5e4f1fa8da
commit 5221fb8b33
5 changed files with 7 additions and 25 deletions

View File

@@ -3,10 +3,7 @@ import crypto from 'crypto';
import fs from 'fs';
import path from 'path';
import {
DATA_DIR,
PAIRED_MAX_ROUND_TRIPS,
} from './config.js';
import { DATA_DIR, PAIRED_MAX_ROUND_TRIPS } from './config.js';
import {
createPairedTask,
getLatestPairedTaskForChat,