Skip to content

Commit

Permalink
Merge pull request #2 from Neihouse/main-cf-autofix
Browse files Browse the repository at this point in the history
Apply fixes from CodeFactor
  • Loading branch information
Neihouse authored Jan 17, 2024
2 parents 1332603 + 48cfa89 commit e7cbecf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions coverage/lcov-report/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pre {
a { color:#0074D9; text-decoration:none; }
a:hover { text-decoration:underline; }
.strong { font-weight: bold; }
.space-top1 { padding: 10px 0 0 0; }
.space-top1 { padding: 10px 0 0; }
.pad2y { padding: 20px 0; }
.pad1y { padding: 10px 0; }
.pad2x { padding: 0 20px; }
Expand Down Expand Up @@ -68,7 +68,7 @@ a:hover { text-decoration:underline; }
div.path a:link, div.path a:visited { color: #333; }
table.coverage {
border-collapse: collapse;
margin: 10px 0 0 0;
margin: 10px 0 0;
padding: 0;
}

Expand Down

0 comments on commit e7cbecf

Please sign in to comment.