Commit 92a5c8b
authored
### Rationale for this change
Switching to base pipe means that we need to update some syntax in codegen.R otherwise it errors when run
### What changes are included in this PR?
Factor out code into own function so can use base pipe
### Are these changes tested?
No, though weird it didn't fail on CI - looking into this!
### Are there any user-facing changes?
Nope
* GitHub Issue: #47941
Authored-by: Nic Crane <[email protected]>
Signed-off-by: Nic Crane <[email protected]>
1 parent 08f8b54 commit 92a5c8b
2 files changed
+6
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
43 | 47 | | |
44 | 48 | | |
45 | 49 | | |
46 | 50 | | |
47 | | - | |
48 | | - | |
49 | | - | |
| 51 | + | |
50 | 52 | | |
51 | 53 | | |
52 | 54 | | |
| |||
0 commit comments