Fix indentation and quote style in MachinesService
Corrected inconsistent use of single and double quotes and adjusted indentation for enhanced readability and code style consistency. No functional changes were made in this commit.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { Injectable } from "@nestjs/common";
|
||||
import { DbService } from 'apps/backend/src/app/db/db.service';
|
||||
import { DbService } from "apps/backend/src/app/db/db.service";
|
||||
|
||||
@Injectable()
|
||||
export class MachinesService {
|
||||
|
||||
Reference in New Issue
Block a user