diff options
| author | Owen Jacobson <owen@grimoire.ca> | 2024-10-18 23:53:05 -0400 |
|---|---|---|
| committer | Owen Jacobson <owen@grimoire.ca> | 2024-10-18 23:53:05 -0400 |
| commit | 6cfbc1f071ef6d67ecb1d711a6fe3cd94fd9c382 (patch) | |
| tree | 7f80bf4692b10d4985e54d5fa168aba1ab89523f /src/channel | |
| parent | 98440618a39c39b2dae3f8d1976a0d5505f46761 (diff) | |
Cargo fmt
Diffstat (limited to 'src/channel')
| -rw-r--r-- | src/channel/repo.rs | 4 |
1 files changed, 3 insertions, 1 deletions
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 |
