Skip to content

Commit 8bc904e

Browse files
committed
fix: formatting issues
1 parent ba32c2a commit 8bc904e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/redis-cloud/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,4 +299,4 @@ pub enum CloudError {
299299
JsonError(#[from] serde_json::Error),
300300
}
301301

302-
pub type Result<T> = std::result::Result<T, CloudError>;
302+
pub type Result<T> = std::result::Result<T, CloudError>;

0 commit comments

Comments
 (0)