Skip to content

Commit

Permalink
Update control_plane/attachment_service/src/service.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Arpad Müller <arpad-m@users.noreply.github.com>
  • Loading branch information
jcsp and arpad-m committed Apr 4, 2024
1 parent 7dc14fc commit 93f77b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion control_plane/attachment_service/src/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1764,7 +1764,7 @@ impl Service {
/// Part of [`Self::tenant_location_config`]: dissect an incoming location config request,
/// and transform it into either a tenant creation of a series of shard updates.
///
/// If the incoming request makes no changes, an [`TenantCreateOrUpdate::Update`] result will
/// If the incoming request makes no changes, a [`TenantCreateOrUpdate::Update`] result will
/// still be returned.
fn tenant_location_config_prepare(
&self,
Expand Down

0 comments on commit 93f77b7

Please sign in to comment.