change nav 3-cal-coding-guidelines formatting

This commit is contained in:
christianbraeunlich 2021-12-05 20:01:22 +01:00
parent bbfce1f9dc
commit f88c06332c
7 changed files with 5 additions and 10 deletions

View file

@ -1,5 +1,5 @@
+++
title = "Blank Lines.md"
title = "Blank Lines"
weight = 260
+++
Do not use blank lines at the beginning or end of any functions, after BEGIN, before END, or inside multiline expressions. Bad code