Skip to content

Commit

Permalink
This field didn't need to be pub.
Browse files Browse the repository at this point in the history
  • Loading branch information
ceejbot committed Jan 16, 2024
1 parent 0492bfc commit 4678c1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controller/cycles.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ use crate::plugin::{
pub struct CycleData {
/// Vec of item formspecs. A formspec looks like "mod.esp|0xdeadbeef":
/// mod esp file and form id delimited by |.
pub left: Vec<String>,
left: Vec<String>,
/// Right hand cycle formspecs.
right: Vec<String>,
/// Shouts and powers cycle formspecs.
Expand Down

0 comments on commit 4678c1e

Please sign in to comment.