Skip to content

Commit

Permalink
linting fix 3: The Revenge of Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
acatchpole committed Jun 20, 2024
1 parent 2ac0387 commit 9aee21a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9aee21a

Please sign in to comment.