Skip to content

Commit 42c12fc

Browse files
committed
change flt back to ftl
1 parent dd09100 commit 42c12fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/tidy/src/fluent_alphabetical.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ fn message() -> &'static Regex {
1515
}
1616

1717
fn is_fluent(path: &Path) -> bool {
18-
path.extension().is_some_and(|ext| ext == "flt")
18+
path.extension().is_some_and(|ext| ext == "ftl")
1919
}
2020

2121
fn check_alphabetic(

0 commit comments

Comments
 (0)