From 0d9bb30f4ebc3efaec6fea6588bdcfcdd493c134 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 06:08:44 +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 176349618..6943a8363 100644 --- a/README.md +++ b/README.md @@ -655,6 +655,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 16494f62c..8efbcc7e4 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -581,6 +581,7 @@ def spread(arg): + ```