style(messages): reformat import statements in MessagesService

This commit is contained in:
Mathis HERRIOT
2026-01-29 20:48:57 +01:00
parent 69b90849fd
commit 0b4753c47b

View File

@@ -1,4 +1,9 @@
import { ForbiddenException, forwardRef, Inject, Injectable } from "@nestjs/common";
import {
ForbiddenException,
forwardRef,
Inject,
Injectable,
} from "@nestjs/common";
import { EventsGateway } from "../realtime/events.gateway";
import { UsersService } from "../users/users.service";
import type { CreateMessageDto } from "./dto/create-message.dto";