Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel committed Feb 14, 2024
1 parent 35688f6 commit c273248
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Alg } from '@narval/authz-shared'
import { ApiProperty } from '@nestjs/swagger'
import { IsDefined, IsEnum, IsIn, IsNotEmpty, IsString } from 'class-validator'
import { IsEnum, IsNotEmpty, IsString } from 'class-validator'

export class AuthCredentialDto {
@IsString()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { ApiProperty } from '@nestjs/swagger'
import { IsDefined, IsNotEmpty, IsString } from 'class-validator'
import { IsNotEmpty, IsString } from 'class-validator'

export class UserGroupMembershipDto {
@IsString()
Expand Down

0 comments on commit c273248

Please sign in to comment.