Skip to content

Commit 88d35d8

Browse files
committed
2023-06-10 : There is 1 file that was modified in the project. It is model_task_run_result.go
1 parent 92305a8 commit 88d35d8

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

model_task_run_result.go

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,23 @@
99
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1010
* copies of the Software, and to permit persons to whom the Software is
1111
* furnished to do so, subject to the following conditions:
12-
*
12+
*
1313
* The above copyright notice and this permission notice shall be included in all
1414
* copies or substantial portions of the Software.
15-
*
15+
*
1616
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1717
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1818
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1919
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2020
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2121
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2222
* SOFTWARE.
23-
* </summary>
23+
* </summary>
2424
-------------------------------------------------------------------------------------------------------------------- **/
2525

2626
package asposecellscloud
2727

2828
type TaskRunResult struct {
29-
30-
Description string `json:"Description,omitempty" xml:"Description"`
31-
OutFileList []FileSource `json:"OutFileList,omitempty" xml:"OutFileList"`
29+
Description string `json:"Description,omitempty" xml:"Description"`
30+
OutFileList []FileSource `json:"OutFileList,omitempty" xml:"OutFileList"`
3231
}

0 commit comments

Comments
 (0)