From 6cfbc1f071ef6d67ecb1d711a6fe3cd94fd9c382 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Fri, 18 Oct 2024 23:53:05 -0400 Subject: Cargo fmt --- src/channel/repo.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/channel/repo.rs b/src/channel/repo.rs index 1cd1c80..27d35f0 100644 --- a/src/channel/repo.rs +++ b/src/channel/repo.rs @@ -176,7 +176,9 @@ impl<'c> Channels<'c> { // afterwards, or looking at channels via the API, cannot retrieve the // "deleted" channel's information by ignoring the deletion event. // - // This also avoids the need for a separate name reservation table to ensure that live channels have unique names, since the `channel` table's name field is unique over non-null values. + // This also avoids the need for a separate name reservation table to ensure + // that live channels have unique names, since the `channel` table's name field + // is unique over non-null values. sqlx::query_scalar!( r#" update channel -- cgit v1.2.3