-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit 5401dc2
Adjust root module code for
The API of the `github.com/olekukonko/tablewriter` module was completely redesigned prior to the 1.0.0 release. This
made it incompatible with the code written for the API of the 0.0.x versions of the module.
These code changes are purely refactoring. They do not result in any change to the output of Arduino Lint.
The previous version of `github.com/olekukonko/tablewriter` had a bug that caused it to incorrectly add a blank line
when the cell content contained an explicit line break. That bug has been fixed, and so the code previously required to
work around the bug has been removed.github.com/olekukonko/tablewriter
1.x API1 parent 6992f84 commit 5401dc2
1 file changed
+42
-12
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
37 | + | ||
38 | + | ||
37 | 39 |
| |
38 | 40 |
| |
39 | 41 |
| |
| |||
126 | 128 |
| |
127 | 129 |
| |
128 | 130 |
| |
129 | - | ||
130 | - | ||
131 | - | ||
132 | - | ||
133 | - | ||
134 | - | ||
135 | - | ||
136 | - | ||
137 | - | ||
138 | - | ||
139 | - | ||
140 | - | ||
131 | + | ||
132 | + | ||
133 | + | ||
134 | + | ||
135 | + | ||
136 | + | ||
137 | + | ||
138 | + | ||
139 | + | ||
140 | + | ||
141 | + | ||
142 | + | ||
143 | + | ||
144 | + | ||
145 | + | ||
146 | + | ||
147 | + | ||
148 | + | ||
149 | + | ||
150 | + | ||
151 | + | ||
152 | + | ||
153 | + | ||
154 | + | ||
155 | + | ||
156 | + | ||
157 | + | ||
158 | + | ||
159 | + | ||
160 | + | ||
161 | + | ||
162 | + | ||
163 | + | ||
164 | + | ||
165 | + | ||
166 | + | ||
167 | + | ||
168 | + | ||
169 | + | ||
170 | + | ||
141 | 171 |
| |
142 | 172 |
| |
143 | 173 |
| |
|
0 commit comments