Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jerader committed Oct 23, 2024
1 parent 465a5c3 commit ad60cad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions step-generation/src/warningCreators.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ export function tiprackInWasteChuteHasTips(): CommandCreatorWarning {
export function potentiallyUnreachableTemp(): CommandCreatorWarning {
return {
type: 'TEMPERATURE_IS_POTENTIALLY_UNREACHABLE',
message:
'The module set temperature is potentially unreachable.',
message: 'The module set temperature is potentially unreachable.',
}
}

0 comments on commit ad60cad

Please sign in to comment.