Skip to content

Commit 6bab3c3

Browse files
committed
style: format the code
1 parent 2116452 commit 6bab3c3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/validations/module.validation.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
import Joi from 'joi';
22

33
import {
4-
HivemindPlatformNames, ModuleNames, PlatformNames, ViolationDetectionPlatformNames
4+
HivemindPlatformNames,
5+
ModuleNames,
6+
PlatformNames,
7+
ViolationDetectionPlatformNames,
58
} from '@togethercrew.dev/db';
69

710
import { objectId } from './custom.validation';

0 commit comments

Comments
 (0)