Skip to content

Commit

Permalink
style: removed semi-collum
Browse files Browse the repository at this point in the history
  • Loading branch information
CleilsonAndrade committed Aug 19, 2024
1 parent 1360f94 commit f3b37a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/app.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { AppService } from './app.service';
@ApiTags('Default')
@Controller()
export class AppController {
constructor(private readonly appService: AppService) { }
constructor(private readonly appService: AppService) {}

@Get()
getHello(): string {
Expand Down

0 comments on commit f3b37a4

Please sign in to comment.