Skip to content

Commit

Permalink
Update 01-CreateTable.cs
Browse files Browse the repository at this point in the history
For testing, added a space to the end of line 26
  • Loading branch information
jmbeach23 authored Feb 11, 2022
1 parent 6ff1a23 commit ec26534
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .dotnet/example_code/DynamoDB/TryDax/01-CreateTable.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* specific language governing permissions and limitations under the License.
*/
using Amazon.DynamoDBv2.Model;
using System.Collections.Generic;
using System.Collections.Generic;
using System;
using Amazon.DynamoDBv2;

Expand Down Expand Up @@ -65,4 +65,4 @@ static void Main(string[] args)
}
}

// snippet-end:[dynamodb.dotNET.trydax.01-CreateTable]
// snippet-end:[dynamodb.dotNET.trydax.01-CreateTable]

0 comments on commit ec26534

Please sign in to comment.