Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dmohns committed May 2, 2024
1 parent efb3b9f commit b618333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/drec-api/src/pods/device/device.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ import { HttpModule } from '@nestjs/axios';
exports: [DeviceService],
controllers: [DeviceController],
})
export class DeviceModule { }
export class DeviceModule {}

0 comments on commit b618333

Please sign in to comment.