mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-09 12:28:29 +00:00
Remove redundant pub
This commit is contained in:
parent
424f90643d
commit
9c82fae031
@ -1,7 +1,7 @@
|
|||||||
use crate::geometry::{Operation, OpsLog};
|
use crate::geometry::{Operation, OpsLog};
|
||||||
|
|
||||||
pub struct OperationView {
|
pub struct OperationView {
|
||||||
pub ops_log: OpsLog,
|
ops_log: OpsLog,
|
||||||
pub selected: usize,
|
pub selected: usize,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user