Skip to content

Commit 3641e4a

Browse files
committed
fix compilation
1 parent d1c3214 commit 3641e4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/crd/src/s3logdir.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ impl S3LogDir {
162162
"s3a://{bucket_name}/{prefix}",
163163
bucket_name = self.bucket.bucket_name,
164164
prefix = self.prefix
165-
);
165+
)
166166
}
167167

168168
pub fn volumes(&self) -> Result<Vec<Volume>, Error> {

0 commit comments

Comments
 (0)