Skip to content

Commit

Permalink
Update exercise4.jv
Browse files Browse the repository at this point in the history
  • Loading branch information
JMiltner97 committed Jan 23, 2024
1 parent 3a72a97 commit d0fc300
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exercises/exercise4.jv
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ pipeline DataPipeline {
}

block BatRename oftype CellWriter{
at: cell M1;
at: cell J1;
write: ['Batterietemperatur'];
}

Expand All @@ -62,7 +62,7 @@ pipeline DataPipeline {
from cel oftype temperaturTypeC;
to fahr oftype decimal;

fahr: (cel *9/5)+32;
fahr: (cel * 9/5)+32;
}

block CToFTransformerTemp oftype TableTransformer{
Expand Down

0 comments on commit d0fc300

Please sign in to comment.