Skip to content

Commit e9ed78b

Browse files
committed
fix(tools): fix indent for widget generation
1 parent 7ec0e6f commit e9ed78b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trame/tools/widgets/generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ async def create_base_structure(ref_path, config, output):
179179
f"def initialize(server):\n"
180180
f" from {name}.module import {module}\n"
181181
"\n"
182-
f"server.enable_module({module})\n"
182+
f" server.enable_module({module})\n"
183183
)
184184

185185
# Create trame package connectors

0 commit comments

Comments
 (0)