Skip to content

Commit 0f115d8

Browse files
committed
ci: fix ci error.add newline before ./scripts/lint.py found 1 errors.
1 parent 10bc91f commit 0f115d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/egui_i18n/src/manager.rs

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ use parking_lot::Mutex;
2222
use std::collections::HashMap;
2323

2424
static I18N: Lazy<Mutex<I18nManager>> = Lazy::new(|| Mutex::new(I18nManager::new()));
25+
2526
/// Manages internationalization (i18n) for the application.
2627
///
2728
/// # Adding support for a new language

0 commit comments

Comments
 (0)