Skip to content

Commit 2487bbb

Browse files
committed
Format code and update test snapshots for PR auto-detection
1 parent 868934a commit 2487bbb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/utils/vcs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ pub fn get_github_pr_number() -> Option<u32> {
262262

263263
let pr_number_str = github_ref.strip_prefix("refs/pull/")?;
264264
debug!("Extracted PR reference: {}", pr_number_str);
265-
265+
266266
let pr_number_str = pr_number_str.split('/').next()?;
267267
debug!("Parsing PR number from: {}", pr_number_str);
268268

0 commit comments

Comments
 (0)