Skip to content

Commit d03f1b5

Browse files
committed
remove comment
1 parent 7eccb3c commit d03f1b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python/impactx/dashboard/Input/space_charge_configuration/spaceChargeMain.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,12 +158,12 @@ def on_update_prob_relative_call(index, value):
158158
# Validate next index if it exists
159159
if index + 1 < len(state.prob_relative):
160160
next_value = state.prob_relative[index + 1]
161+
161162
next_error_message = DashboardValidation.validate_prob_relative_fields(
162163
index + 1, next_value
163164
)
164165
state.prob_relative_fields[index + 1]["error_message"] = next_error_message
165166

166-
# Update validation status and mark state dirty
167167
SimulationValidation.update(SpaceChargeConfiguration.HEADER_NAME)
168168
state.dirty("prob_relative_fields")
169169

0 commit comments

Comments
 (0)