remove trailing space

This commit is contained in:
wing328 2016-04-21 17:23:36 +08:00
parent 6075f078b6
commit c4b32f24cf
5 changed files with 22 additions and 22 deletions

View File

@ -17,7 +17,7 @@ Method | HTTP request | Description
{{{notes}}}{{/notes}}
### Example
### Example
```csharp
using System;
using System.Diagnostics;

View File

@ -6,7 +6,7 @@ This C# SDK is automatically generated by the [Swagger Codegen](https://github.c
- API version: 1.0.0
- SDK version: 1.0.0
- Build date: 2016-04-21T17:03:44.297+08:00
- Build date: 2016-04-21T17:22:44.115+08:00
- Build package: class io.swagger.codegen.languages.CSharpClientCodegen
## Frameworks supported

View File

@ -21,7 +21,7 @@ Add a new pet to the store
### Example
### Example
```csharp
using System;
using System.Diagnostics;
@ -84,7 +84,7 @@ Deletes a pet
### Example
### Example
```csharp
using System;
using System.Diagnostics;
@ -149,7 +149,7 @@ Finds Pets by status
Multiple status values can be provided with comma separated strings
### Example
### Example
```csharp
using System;
using System.Diagnostics;
@ -213,7 +213,7 @@ Finds Pets by tags
Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.
### Example
### Example
```csharp
using System;
using System.Diagnostics;
@ -277,7 +277,7 @@ Find pet by ID
Returns a single pet
### Example
### Example
```csharp
using System;
using System.Diagnostics;
@ -343,7 +343,7 @@ Update an existing pet
### Example
### Example
```csharp
using System;
using System.Diagnostics;
@ -406,7 +406,7 @@ Updates a pet in the store with form data
### Example
### Example
```csharp
using System;
using System.Diagnostics;
@ -473,7 +473,7 @@ uploads an image
### Example
### Example
```csharp
using System;
using System.Diagnostics;

View File

@ -17,7 +17,7 @@ Delete purchase order by ID
For valid response try integer IDs with value < 1000. Anything above 1000 or nonintegers will generate API errors
### Example
### Example
```csharp
using System;
using System.Diagnostics;
@ -77,7 +77,7 @@ Returns pet inventories by status
Returns a map of status codes to quantities
### Example
### Example
```csharp
using System;
using System.Diagnostics;
@ -139,7 +139,7 @@ Find purchase order by ID
For valid response try integer IDs with value <= 5 or > 10. Other values will generated exceptions
### Example
### Example
```csharp
using System;
using System.Diagnostics;
@ -200,7 +200,7 @@ Place an order for a pet
### Example
### Example
```csharp
using System;
using System.Diagnostics;

View File

@ -21,7 +21,7 @@ Create user
This can only be done by the logged in user.
### Example
### Example
```csharp
using System;
using System.Diagnostics;
@ -81,7 +81,7 @@ Creates list of users with given input array
### Example
### Example
```csharp
using System;
using System.Diagnostics;
@ -141,7 +141,7 @@ Creates list of users with given input array
### Example
### Example
```csharp
using System;
using System.Diagnostics;
@ -201,7 +201,7 @@ Delete user
This can only be done by the logged in user.
### Example
### Example
```csharp
using System;
using System.Diagnostics;
@ -261,7 +261,7 @@ Get user by user name
### Example
### Example
```csharp
using System;
using System.Diagnostics;
@ -322,7 +322,7 @@ Logs user into the system
### Example
### Example
```csharp
using System;
using System.Diagnostics;
@ -385,7 +385,7 @@ Logs out current logged in user session
### Example
### Example
```csharp
using System;
using System.Diagnostics;
@ -441,7 +441,7 @@ Updated user
This can only be done by the logged in user.
### Example
### Example
```csharp
using System;
using System.Diagnostics;