Skip to content

Commit f9ce2c3

Browse files
clippy
1 parent eae46d5 commit f9ce2c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

console_backend/src/tabs/baseline_tab.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ impl BaselineTab {
149149
/// # Parameters
150150
/// - `mode_string`: The mode string to attempt to prepare data for frontend.
151151
/// - `update_current`: Indicating whether the current solution should be updated by
152-
/// this modes last n/e entry.
152+
/// this modes last n/e entry.
153153
fn _synchronize_plot_data_by_mode(&mut self, mode_string: &str, update_current: bool) {
154154
let mode_idx = match self.mode_strings.iter().position(|x| *x == *mode_string) {
155155
Some(idx) => idx,

console_backend/src/tabs/solution_tab/solution_position_tab.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,7 @@ impl SolutionPositionTab {
752752
/// # Parameters
753753
/// - `mode_string`: The mode string to attempt to prepare data for frontend.
754754
/// - `update_current`: Indicating whether the current solution should be updated by
755-
/// this modes last lat/lon entry.
755+
/// this modes last lat/lon entry.
756756
fn _synchronize_plot_data_by_mode(&mut self, mode_string: &str, update_current: bool) {
757757
let idx = match self.mode_strings.iter().position(|x| x == mode_string) {
758758
Some(idx) => idx,

0 commit comments

Comments
 (0)