From 941136f3571a6bd6991901eef7e87aeec80d9e80 Mon Sep 17 00:00:00 2001 From: Igor Chubin Date: Sat, 16 Feb 2019 21:12:21 +0100 Subject: [PATCH] removed hanging spaces --- lib/adapter/cheat_sheets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/adapter/cheat_sheets.py b/lib/adapter/cheat_sheets.py index 7db3b5f..681a596 100644 --- a/lib/adapter/cheat_sheets.py +++ b/lib/adapter/cheat_sheets.py @@ -37,7 +37,7 @@ class CheatSheets(Adapter): _adapter_name = "cheat.sheets" _output_format = "code" - + def __init__(self): self._answers = [] self._cheatsheet_answers = []