style: gaps between { and }

This commit is contained in:
オスカー、 2024-05-03 13:25:59 +09:00
parent b7da9bb603
commit c84d38adb4
Signed by: SWREI
GPG Key ID: 139D6573F92DA9F7
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
import { User } from '../models/entities/user.js'; import { User } from '../models/entities/user.js';
import { api } from './misskey.js'; import { api } from './misskey.js';
import {format} from '../../common/functions/format.js'; import { format } from '../../common/functions/format.js';
import {getScores} from '../functions/get-scores.js'; import { getScores } from '../functions/get-scores.js';
/** /**

View File

@ -3,8 +3,8 @@ import { Score } from '../types/score.js';
import { defaultTemplate } from '../../backend/const.js'; import { defaultTemplate } from '../../backend/const.js';
import { IUser } from '../types/user.js'; import { IUser } from '../types/user.js';
import { createGacha } from './create-gacha.js'; import { createGacha } from './create-gacha.js';
import {Count} from '../../backend/models/count.js'; import { Count } from '../../backend/models/count.js';
import {getDelta} from '../../backend/functions/get-scores.js'; import { getDelta } from '../../backend/functions/get-scores.js';
/** /**
* *