From 2e0adaa1087cba4fa29df350d7e97e765949b62a Mon Sep 17 00:00:00 2001 From: Wytamma Wirth Date: Wed, 3 May 2023 00:20:18 +1000 Subject: [PATCH] :art: format prompt --- write_the/commands/converters/prompts.py | 1 + 1 file changed, 1 insertion(+) diff --git a/write_the/commands/converters/prompts.py b/write_the/commands/converters/prompts.py index 2637304..a5117c3 100644 --- a/write_the/commands/converters/prompts.py +++ b/write_the/commands/converters/prompts.py @@ -3,6 +3,7 @@ converters_template = """ Convert the following to the desired output. + ```python def add(a, b): return a + b