Skip to content

Commit 7b1439f

Browse files
committed
Fix formatting
1 parent 8bfcdb1 commit 7b1439f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/storage/src/client.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@
4646
/// create one and the reuse it. You do not need to wrap `Storage` in
4747
/// an [Rc](std::rc::Rc) or [Arc](std::sync::Arc) to reuse it, because it
4848
/// already uses an `Arc` internally.
49-
///
49+
///
5050
/// # Service Description
5151
///
5252
/// The Cloud Storage API allows applications to read and write data through
5353
/// the abstractions of buckets and objects. For a description of these
5454
/// abstractions please see <https://cloud.google.com/storage/docs>.
55-
///
55+
///
5656
/// This client is used to perform metadata operations, such as creating
5757
/// buckets, deleting objects, listing objects, etc. It does not expose any
5858
/// functions to write or read data in objects.

0 commit comments

Comments
 (0)