feat(condition): remove unnecessary condition

This commit is contained in:
2024-08-15 23:24:52 +04:00
parent 11ba24d7ed
commit f78001167a
2 changed files with 1 additions and 1 deletions

View File

@@ -6,3 +6,4 @@ use crate::{
};
use gtk::{prelude::*, *};
let second_condition: bool = prepared_input.chars().all(|c| c == '1' || c == '0');