From 3db3005f6ecb641f6607b915cf9cbd4cb324def0 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 00:05:49 +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 39190de3a..1ef7c0bbd 100644 --- a/README.md +++ b/README.md @@ -140,6 +140,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index cacb6f17b..c89afd2d6 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -66,6 +66,7 @@ def spread(arg): + ```