Skip to content

Commit 25ade9a

Browse files
committed
remove empty lines
Signed-off-by: Udo Schmitz <udo.schmitz@soptim.de>
1 parent 1b918a9 commit 25ade9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/examples/Generic Branch Example.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@
402402
"print_node_output(output_data)\n",
403403
"print_branch_output(output_data, input_data)\n",
404404
"\n",
405-
"calculate_total_power(output_data)\n"
405+
"calculate_total_power(output_data)"
406406
]
407407
},
408408
{
@@ -785,7 +785,7 @@
785785
"print(\"========================================\")\n",
786786
"print_node_output(output_data)\n",
787787
"print_branch_output(output_data, input_data)\n",
788-
"calculate_total_power(output_data)\n"
788+
"calculate_total_power(output_data)"
789789
]
790790
},
791791
{

0 commit comments

Comments
 (0)