From 600da880f01b46c93997ec3f4ebfa1341aa71521 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Tue, 16 Jan 2018 16:22:51 +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 1a4ce3ac3..4e8d09bf3 100644 --- a/README.md +++ b/README.md @@ -113,6 +113,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index b6b22a4c3..1a62fab81 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -39,6 +39,7 @@ def spread(arg): + ```