Skip to content

Commit d4b908f

Browse files
committed
fixed lint issues
1 parent 848eec3 commit d4b908f

3 files changed

Lines changed: 8 additions & 9 deletions

File tree

apps/infra/src/components/organism/OsUpdatePolicyDetails/OsUpdatePolicyDetails.cy.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,4 +192,3 @@ describe("<OsUpdatePolicyDetails/>", () => {
192192
});
193193
});
194194
});
195-

apps/infra/src/components/organism/OsUpdatePolicyDetails/OsUpdatePolicyDetails.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@
4444
color: var(--spark-color-black);
4545
margin: 1.6rem auto;
4646
}
47-
}
47+
}

apps/infra/src/components/pages/OsUpdatePolicy/OsUpdatePolicy.scss

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
*/
55

66
.os-update-policy {
7-
&__table-loader {
8-
margin-top: 1.5rem;
9-
}
7+
&__table-loader {
8+
margin-top: 1.5rem;
9+
}
1010

11-
.os-profile-drawer-header {
12-
padding-bottom: 0;
13-
}
14-
}
11+
.os-profile-drawer-header {
12+
padding-bottom: 0;
13+
}
14+
}

0 commit comments

Comments
 (0)