From f5ada30b7801225cb74fa0a9ec7f2f739db0f211 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 00:08:25 +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 d9ec2e682..47bcc8a19 100644 --- a/README.md +++ b/README.md @@ -143,6 +143,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 8867e8523..8ccea5114 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -69,6 +69,7 @@ def spread(arg): + ```