Commit c4e893b
style(sdk-coin-tao): inline error template literals to satisfy prettier
Prettier requires the template literal arguments to InvalidTransactionError
to be on a single line when they fit within the print-width limit. The two
throw statements in validateFields() and validateDecodedTransaction() were
wrapped across three lines, causing the format and lint CI jobs to fail.
Ticket: SI-1171
Session-Id: 82fbe26f-d2ca-43d9-9639-9c8f2b2891c2
Task-Id: 1a8e194e-1dbd-4e6e-ab11-445d93b59dbe1 parent 7f0f587 commit c4e893b
1 file changed
Lines changed: 2 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
60 | | - | |
61 | | - | |
| 59 | + | |
62 | 60 | | |
63 | 61 | | |
64 | 62 | | |
| |||
68 | 66 | | |
69 | 67 | | |
70 | 68 | | |
71 | | - | |
72 | | - | |
73 | | - | |
| 69 | + | |
74 | 70 | | |
75 | 71 | | |
76 | 72 | | |
| |||
0 commit comments