chore(style): remove the trailing space from all source files (#3188)

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2022-03-21 18:25:51 +08:00
committed by GitHub
parent 46bd054ad4
commit 4c4f954059
223 changed files with 1719 additions and 1719 deletions

View File

@@ -7,12 +7,12 @@ td {
text-align:center;
}
span.pre
{
{
padding-right:8px;
}
span.pre:first-child
{
{
padding-right:0px;
}
@@ -26,18 +26,18 @@ code.sig-name
display: block;
clear: both;
cursor: pointer;
font-weight: bold;
font-weight: bold;
}
.toggle .header:before {
font-family: FontAwesome, "Lato","proxima-nova","Helvetica Neue",Arial,sans-serif;
content: "\f0da \00a0 Show ";
content: "\f0da \00a0 Show ";
display: inline-block;
font-size: 1.1em;
}
.toggle .header.open:before {
content: "\f0d7 \00a0 Hide ";
content: "\f0d7 \00a0 Hide ";
}
.header p {
@@ -56,7 +56,7 @@ code.sig-name
.home-img {
width:32%;
width:32%;
transition: transform .3s ease-out;
}