Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
Signed-off-by: Timothy Rule (VM/EMT3) <[email protected]>
  • Loading branch information
timrulebosch committed Oct 10, 2024
1 parent 7898ad2 commit c8bd93b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dse/modelc/model/model.c
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ static int _signal_group_match_handler(
free(so);
continue;
}

/* Signals are taken in parsing order. */
hashlist_append(&__handler_signal_list, (void*)so->signal);

Expand Down
3 changes: 2 additions & 1 deletion tests/cmocka/model/internal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,10 @@ spec:
- signal: five
internal: 1
- signal: six
# yamllint disable-line rule:truthy
internal: on
- signal: seven
internal: two
- signal: eight
# yamllint disable-line rule:truthy
internal: off

0 comments on commit c8bd93b

Please sign in to comment.