From 9aee21a295c7752060ce81d6db1e77153d4f17c8 Mon Sep 17 00:00:00 2001 From: acatchpole Date: Thu, 20 Jun 2024 15:34:06 -0700 Subject: [PATCH] linting fix 3: The Revenge of Lint --- .../projects/admin-nrpti/src/app/records/utils/record-utils.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/angular/projects/admin-nrpti/src/app/records/utils/record-utils.ts b/angular/projects/admin-nrpti/src/app/records/utils/record-utils.ts index 827546f11..24d576dd8 100644 --- a/angular/projects/admin-nrpti/src/app/records/utils/record-utils.ts +++ b/angular/projects/admin-nrpti/src/app/records/utils/record-utils.ts @@ -78,7 +78,8 @@ import { ActDataServiceNRPTI } from '../../../../../global/src/lib/utils/act-dat export class RecordUtils { /** - * Given a single record object, find the matching model based on the records _schemaName, and return a new instance. + * Given a single record object, find the matching model based on the + * records _schemaName, and return a new instance. * Returns null if no matching model found. * * @static