Skip to content

Commit

Permalink
chore: remove excess newline
Browse files Browse the repository at this point in the history
  • Loading branch information
ozwaldorf committed Oct 13, 2024
1 parent 29be458 commit 6aa29c3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
8 changes: 2 additions & 6 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -242,9 +242,7 @@ fn handle_get(req: Request) -> Result<Response, Error> {
</style>
</head>
<body>
<pre>
{}
</pre>
<pre>\n{}</pre>
</body>
</html>",
htmlescape::encode_minimal(&String::from_utf8_lossy(&usage.into_bytes()))
Expand Down Expand Up @@ -282,9 +280,7 @@ fn handle_get(req: Request) -> Result<Response, Error> {
</style>
</head>
<body>
<pre>
{PRIVACY}
</pre>
<pre>\n{PRIVACY}</pre>
</body>
</html>",
);
Expand Down
1 change: 0 additions & 1 deletion src/privacy.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,3 @@ Changes
Abuse

Please report any abuse to my email at [email protected]

1 change: 0 additions & 1 deletion src/usage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,3 @@
Copyright (c) 2024 Ossian Mapes, MIT license

{footer}

0 comments on commit 6aa29c3

Please sign in to comment.