Skip to content

Commit 0e5c64e

Browse files
m-brophygithub-actions[bot]
authored andcommitted
fix typos
Signed-off-by: Mark Brophy <mbrophy@redhat.com> (cherry picked from commit 154b6ae)
1 parent e1a1a9b commit 0e5c64e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/pr/src/prefix.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
use core::fmt;
55
use regex::Regex;
66

7-
use crate::error::Result;//these prefixes in the PR title prevent validation failure
7+
use crate::error::Result;
88

99
//these prefixes in the PR title prevent validation failure
1010
const PREFIX_FEATURE: (&str, &str) = (":sparkles:", "✨");

0 commit comments

Comments
 (0)