From 6cc8ba15533bebc2390eb95f6710c06fa0f9d4cd Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 01:08:43 +0000 Subject: [PATCH] travis_commit --- README.md | 1 + snippets/deep_flatten.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index bc27f3744..322491d76 100644 --- a/README.md +++ b/README.md @@ -227,6 +227,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 9c8f4ab27..efd3d9df7 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -153,6 +153,7 @@ def spread(arg): + ```