Skip to content

Commit

Permalink
Correct TODO comment in Boolean parameter processing
Browse files Browse the repository at this point in the history
  • Loading branch information
satoshi7190 committed Sep 12, 2024
1 parent 22ee821 commit 6026bd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nusamai/src/transformer/setting.rs
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ impl TransformerRegistry {
ParameterType::String(_value) => {
// TODO: Processing for String types.
}
ParameterType::Boolean(value) => {
// TODO: Processing for String types.
ParameterType::Boolean(_value) => {
// TODO: Processing for Boolean types.
}
ParameterType::Integer(_value) => {
// TODO: Processing for Integer types.
Expand Down

0 comments on commit 6026bd1

Please sign in to comment.