From e99cac64d632484fb4071ed964bc3ada7b9cb9dd Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Tue, 16 Jan 2018 17:07:28 +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 8f7a6517f..c04d47dc5 100644 --- a/README.md +++ b/README.md @@ -181,6 +181,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index adfc29ea2..a3c07d575 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -107,6 +107,7 @@ def spread(arg): + ```