Skip to content

Commit 552e2e0

Browse files
committed
Remove trailing whitespaces from no-std example
1 parent 2116b9e commit 552e2e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bitreq/examples/no-std.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const _RESPONSE: &str = r#"<!doctype html>
1616
margin: 0;
1717
padding: 0;
1818
font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
19-
19+
2020
}
2121
div {
2222
width: 600px;
@@ -36,7 +36,7 @@ const _RESPONSE: &str = r#"<!doctype html>
3636
width: auto;
3737
}
3838
}
39-
</style>
39+
</style>
4040
</head>
4141
4242
<body>

0 commit comments

Comments
 (0)