Skip to content

Commit

Permalink
Rerun gen-protos
Browse files Browse the repository at this point in the history
  • Loading branch information
patowen committed Oct 5, 2024
1 parent 74b9378 commit d12748a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions save/src/protos.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ impl ComponentType {
/// (if the ProtoBuf definition does not change) and safe for programmatic use.
pub fn as_str_name(&self) -> &'static str {
match self {
ComponentType::Position => "POSITION",
ComponentType::Name => "NAME",
Self::Position => "POSITION",
Self::Name => "NAME",
}
}
/// Creates an enum from field names used in the ProtoBuf definition.
Expand Down

0 comments on commit d12748a

Please sign in to comment.