From 44f6cfc55f0c91f2ddc8a75ff8a5841fb75c9c9c Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 00:32:57 +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 1e458c948..e3cb2a192 100644 --- a/README.md +++ b/README.md @@ -174,6 +174,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 16f4d65f1..85833f50e 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -100,6 +100,7 @@ def spread(arg): + ```