From 4b827dfe1bbd32b25e3ab4d71f1042f47aeaaeac Mon Sep 17 00:00:00 2001 From: Mike Shoup Date: Mon, 24 Dec 2018 09:01:28 -0700 Subject: [PATCH] Fix whitespace --- src/synthale/recipes.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/synthale/recipes.py b/src/synthale/recipes.py index b467d23..74312a7 100644 --- a/src/synthale/recipes.py +++ b/src/synthale/recipes.py @@ -96,9 +96,9 @@ class MarkdownRecipe: '{}: {}'.format(markdown.strong('Estimated IBU'), int(self.recipe.ibu)), '{}: {:.1f}'.format(markdown.strong('Estimated SRM'), - self.recipe.color), + self.recipe.color), '{}: {:.1f} %'.format(markdown.strong('Estimated ABV'), - self.recipe.abv) + self.recipe.abv) ))