Skip to content

Commit b784d45

Browse files
committed
remove ';'
1 parent 7bccca5 commit b784d45

File tree

1 file changed

+1
-1
lines changed
  • examples/basic-s3-object-lambda-thumbnail/src

1 file changed

+1
-1
lines changed

examples/basic-s3-object-lambda-thumbnail/src/s3.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ fn check_error(error: SdkError<WriteGetObjectResponseError>) {
7272
}
7373
if err.is_user() {
7474
tracing::info!("User error");
75-
};
75+
}
7676
if err.is_other() {
7777
tracing::info!("Other error");
7878
}

0 commit comments

Comments
 (0)