diff --git a/.dotnet/example_code/DynamoDB/TryDax/01-CreateTable.cs b/.dotnet/example_code/DynamoDB/TryDax/01-CreateTable.cs index a03c2646cca..1fa71693f83 100644 --- a/.dotnet/example_code/DynamoDB/TryDax/01-CreateTable.cs +++ b/.dotnet/example_code/DynamoDB/TryDax/01-CreateTable.cs @@ -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; @@ -65,4 +65,4 @@ static void Main(string[] args) } } -// snippet-end:[dynamodb.dotNET.trydax.01-CreateTable] \ No newline at end of file +// snippet-end:[dynamodb.dotNET.trydax.01-CreateTable]