From cc0b44c9ecb711acf84c1288838be6e4ab84cf3c Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 00:37:21 +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 30c38b012..bd8b573fe 100644 --- a/README.md +++ b/README.md @@ -179,6 +179,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 1a2677f0c..4275e52a5 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -105,6 +105,7 @@ def spread(arg): + ```