Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
RLCorp committed Sep 25, 2024
1 parent 4d6f173 commit 3f9b52f
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/app/pages/office/office-behaviour-map.cat-a-mod1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -623,5 +623,5 @@ export const behaviourMap: OutcomeBehaviourMapping = {
eco: { display: 'A' },
circuit: { display: 'Y' },
speedRequirement: { display: 'A' },
}
},
};
2 changes: 1 addition & 1 deletion src/app/pages/office/office-behaviour-map.cat-a-mod2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -720,5 +720,5 @@ export const behaviourMap: OutcomeBehaviourMapping = {
additionalInformation: { display: 'Y' },
faultComment: { display: 'A' },
eco: { display: 'A' },
}
},
};
2 changes: 1 addition & 1 deletion src/app/pages/office/office-behaviour-map.cat-adi-part2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -768,5 +768,5 @@ export const behaviourMap: OutcomeBehaviourMapping = {
additionalInformation: { display: 'Y' },
faultComment: { display: 'A' },
eco: { display: 'A' },
}
},
};
2 changes: 1 addition & 1 deletion src/app/pages/office/office-behaviour-map.cat-adi-part3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -288,5 +288,5 @@ export const behaviourMap: OutcomeBehaviourMapping = {
furtherDevelopment: { display: 'N' },
reasonGiven: { display: 'N' },
additionalInformation: { display: 'Y' },
}
},
};
2 changes: 1 addition & 1 deletion src/app/pages/office/office-behaviour-map.cat-c.ts
Original file line number Diff line number Diff line change
Expand Up @@ -672,5 +672,5 @@ export const behaviourMap: OutcomeBehaviourMapping = {
additionalInformation: { display: 'Y' },
faultComment: { display: 'A' },
eco: { display: 'A' },
}
},
};
2 changes: 1 addition & 1 deletion src/app/pages/office/office-behaviour-map.cat-cm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -625,5 +625,5 @@ export const behaviourMap: OutcomeBehaviourMapping = {
additionalInformation: { display: 'Y' },
faultComment: { display: 'A' },
eco: { display: 'A' },
}
},
};
2 changes: 1 addition & 1 deletion src/app/pages/office/office-behaviour-map.cat-cpc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -384,5 +384,5 @@ export const behaviourMap: OutcomeBehaviourMapping = {
additionalInformation: { display: 'Y' },
combination: { display: 'Y' },
assessmentReport: { display: 'Y' },
}
},
};
2 changes: 1 addition & 1 deletion src/app/pages/office/office-behaviour-map.cat-d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -672,5 +672,5 @@ export const behaviourMap: OutcomeBehaviourMapping = {
additionalInformation: { display: 'Y' },
faultComment: { display: 'A' },
eco: { display: 'A' },
}
},
};
2 changes: 1 addition & 1 deletion src/app/pages/office/office-behaviour-map.cat-home-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -576,5 +576,5 @@ export const behaviourMap: OutcomeBehaviourMapping = {
additionalInformation: { display: 'Y' },
faultComment: { display: 'A' },
eco: { display: 'A' },
}
},
};

0 comments on commit 3f9b52f

Please sign in to comment.