From 135aacd1b09d8c0ce6d6b15aafd526f47716d558 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 00:37:48 +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 bd8b573fe..da3d5bd11 100644 --- a/README.md +++ b/README.md @@ -180,6 +180,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 4275e52a5..79ee00a30 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -106,6 +106,7 @@ def spread(arg): + ```