From d36014200549cf73a7f22c6f94fb15bec17823e8 Mon Sep 17 00:00:00 2001 From: Vika Date: Mon, 29 Jan 2024 07:08:21 +0300 Subject: lint: no extra whitespace on line endings --- README.md | 4 ++-- companion-lite/index.html | 2 +- companion-lite/src/indieauth.ts | 2 +- companion-lite/src/micropub_api.ts | 2 +- examples/password-hasher.rs | 2 +- indieauth/src/lib.rs | 2 +- indieauth/src/scopes.rs | 6 +++--- nixos-tests/webmention-test.nix | 4 ++-- src/bin/kittybox-check-webmention.rs | 6 +++--- src/bin/kittybox-indieauth-helper.rs | 14 +++++++------- src/bin/kittybox-mf2.rs | 2 +- src/database/postgres/mod.rs | 6 +++--- src/indieauth/backend/fs.rs | 6 +++--- src/indieauth/mod.rs | 2 +- src/media/storage/file.rs | 6 +++--- src/micropub/util.rs | 2 +- src/webmentions/check.rs | 4 ++-- templates-neo/src/mf2.rs | 4 ++-- templates/javascript/src/indieauth.ts | 2 +- templates/src/indieauth.rs | 2 +- 20 files changed, 40 insertions(+), 40 deletions(-) diff --git a/README.md b/README.md index 85f0e70..2299f20 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ $ cargo check ## Deployment ### Using NixOS ```nix -{ config, pkgs, lib, ...}: let +{ config, pkgs, lib, ...}: let # Included as an example. You should probably use `flake.nix` instead. # You will get version pinning and you will probably be happier. kittybox = (builtins.getFlake "git+https://git.sr.ht/~vikanezrimaya/kittybox?ref=main"); @@ -71,7 +71,7 @@ in { imports = [ kittybox.nixosModules.default ]; - + services.kittybox.enable = true; } ``` diff --git a/companion-lite/index.html b/companion-lite/index.html index fc99c60..f5e0bdb 100644 --- a/companion-lite/index.html +++ b/companion-lite/index.html @@ -58,7 +58,7 @@ - +