mirror of
https://github.com/shouptech/synthale.git
synced 2026-02-03 15:39:45 +00:00
Fix whitespace
This commit is contained in:
parent
6e1a4c9d74
commit
4b827dfe1b
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
))
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue