Skip to content

Commit dbdaa79

Browse files
committed
add semi column
1 parent 31cc23a commit dbdaa79

File tree

1 file changed

+1
-1
lines changed
  • crates/handlers/src/upstream_oauth2

1 file changed

+1
-1
lines changed

crates/handlers/src/upstream_oauth2/link.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -700,7 +700,7 @@ pub(crate) async fn post(
700700
let Some(user) = maybe_user else {
701701
// user cannot be None at this stage
702702
return Err(RouteError::InvalidFormAction);
703-
}
703+
};
704704

705705
let on_conflict = provider.claims_imports.localpart.on_conflict;
706706

0 commit comments

Comments
 (0)