Restore trailing newlines stripped from six modal templates

The accessibility edits dropped the final newline from six form templates.
Add it back so these files end with a newline again (POSIX text-file
convention; keeps diffs clean and avoids no-newline lint noise).
This commit is contained in:
saubyk 2026-07-17 18:00:52 -07:00 committed by Suheb
parent 86d10df369
commit f93bc7b1d8
6 changed files with 6 additions and 6 deletions

View file

@ -53,4 +53,4 @@
</form>
</mat-card-content>
</div>
</div>
</div>

View file

@ -146,4 +146,4 @@
<button mat-button color="primary" type="button" default [mat-dialog-close]="false">{{flgValidated ? 'Close' : 'Cancel'}}</button>
</div>
</div>
</ng-template>
</ng-template>

View file

@ -67,4 +67,4 @@
</form>
</mat-card-content>
</div>
</div>
</div>

View file

@ -71,4 +71,4 @@
</form>
</mat-card-content>
</div>
</div>
</div>

View file

@ -123,4 +123,4 @@
</div>
</div>
</mat-expansion-panel>
</ng-template>
</ng-template>

View file

@ -57,4 +57,4 @@
</form>
</mat-card-content>
</div>
</div>
</div>