Skip to content

Commit 607c07a

Browse files
lsiddiqueeheaths
andauthored
Updating client module visibility as per review comments
Co-authored-by: Heath Stewart <heaths@microsoft.com>
1 parent fe2775b commit 607c07a

File tree

1 file changed

+2
-2
lines changed
  • sdk/storage/azure_storage_queue/src/clients

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
pub mod queue_client;
1+
mod queue_client;
22
pub use queue_client::QueueClient;
33

4-
pub mod queue_service_client;
4+
mod queue_service_client;
55
pub use queue_service_client::QueueServiceClient;
66

77
pub use crate::generated::clients::{QueueClientOptions, QueueServiceClientOptions};

0 commit comments

Comments
 (0)