Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit bd4c6ab

Browse files
committed
Fix minor lint error
1 parent 9e12276 commit bd4c6ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ui/src/app/about/about-details.component.spec.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ describe('AboutDetailsComponent', () => {
7272
validateColumnValues('versionInformationTable', ['Implementation',
7373
'Core', 'Dashboard',
7474
'Shell', 'Shell Checksum Sha1', 'Shell Checksum Sha256'], 0);
75-
validateColumnValues('versionInformationTable', ['BAR (FOO)', 'BOO (BAZ)', 'QIX (QUE)', 'QUUX (QUX)', 'checksumSample1', 'checksumSample256'], 1);
75+
validateColumnValues('versionInformationTable',
76+
['BAR (FOO)', 'BOO (BAZ)', 'QIX (QUE)', 'QUUX (QUX)', 'checksumSample1', 'checksumSample256'], 1);
7677

7778
// App Deployer Table
7879
validateColumnValues('appDeployerTable', ['Implementation Version', 'Name', 'Spi Version',

0 commit comments

Comments
 (0)