Formatting

This commit is contained in:
Nicolai Ort 2020-12-03 19:22:32 +01:00
parent a35e6d0a9f
commit af75d6cfec

View File

@ -1,5 +1,5 @@
import { Entity, Column, ManyToOne, OneToMany } from "typeorm"; import { Entity, Column, ManyToOne, OneToMany } from "typeorm";
import { IsOptional,} from "class-validator"; import { IsOptional, } from "class-validator";
import { RunnerGroup } from "./RunnerGroup"; import { RunnerGroup } from "./RunnerGroup";
import { Address } from "./Address"; import { Address } from "./Address";
import { RunnerTeam } from "./RunnerTeam"; import { RunnerTeam } from "./RunnerTeam";