Skip to content

Commit

Permalink
lint: format code
Browse files Browse the repository at this point in the history
  • Loading branch information
temarusanov committed Apr 6, 2023
1 parent d980277 commit ea22c43
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Controller, Get, Logger } from '@nestjs/common'
import { Controller, Get } from '@nestjs/common'
import { CustomInject } from 'nestjs-custom-injector'
import { HEALTH_CHECKS_PROVIDER } from './health-checks.config'
import { HealthCheckResult } from './interfaces/health-check-result.interface'
Expand Down

0 comments on commit ea22c43

Please sign in to comment.