From 598e5a53b199d5478bc69b2a036da7f7974efd47 Mon Sep 17 00:00:00 2001
From: Awiteb
Date: Thu, 14 Nov 2024 12:27:34 +0000
Subject: [PATCH] docs: Text wrapping
Signed-off-by: Awiteb
---
src/users_fetcher.rs | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/users_fetcher.rs b/src/users_fetcher.rs
index dcce284..105e398 100644
--- a/src/users_fetcher.rs
+++ b/src/users_fetcher.rs
@@ -32,7 +32,8 @@ use crate::{
traits::ExprChecker,
};
-/// Get the new instance users, the vector may be empty if there are no new users
+/// Get the new instance users, the vector may be empty if there are no new
+/// users
///
/// Forgejo use intger ids for the users, so we can use the last user id to get
/// the new users.