From e415ef0eda5d5992b76054605f52355665c17957 Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Tue, 20 Dec 2016 12:15:57 +0000 Subject: [PATCH] Apply fixes from StyleCI --- build_docs.php | 1 - 1 file changed, 1 deletion(-) diff --git a/build_docs.php b/build_docs.php index 9dae07143..62942a9db 100755 --- a/build_docs.php +++ b/build_docs.php @@ -363,7 +363,6 @@ title: '.$type.' '; file_put_contents('types/'.$type.'.md', $header.$constructors); $last_namespace = $new_namespace; - } \danog\MadelineProto\Logger::log('Generating types index...');