Beautified import

ref #111
This commit is contained in:
Nicolai Ort 2021-01-20 19:44:24 +01:00
parent 88a7089289
commit c5f7cb2c68
1 changed files with 1 additions and 9 deletions

View File

@ -1,12 +1,4 @@
import {
IsInt,
IsString
} from "class-validator";
import { IsInt, IsString } from "class-validator";
import { DistanceDonation } from '../entities/DistanceDonation';
import { Runner } from '../entities/Runner';
import { RunnerGroup } from '../entities/RunnerGroup';