From be5803cb2427aa0d695fc4457f4e748c538aab97 Mon Sep 17 00:00:00 2001 From: Jumpei Matsuda Date: Tue, 31 Jul 2018 17:05:00 +0900 Subject: [PATCH] Unfreeze markdown string --- lib/apkstats/plugin.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/apkstats/plugin.rb b/lib/apkstats/plugin.rb index 5abfe9b..9c17170 100644 --- a/lib/apkstats/plugin.rb +++ b/lib/apkstats/plugin.rb @@ -102,7 +102,7 @@ def compare_with(other_apk_filepath, do_report: true) diff = result[:diff] - md = "### Apk comparision results" << "\n\n" + md = +"### Apk comparision results" << "\n\n" md << "Property | Summary" << "\n" md << ":--- | :---" << "\n"