added missing newlines to template files

This commit is contained in:
David Keck 2022-01-26 19:12:12 -05:00
parent d58908517b
commit cc2696c71a
2 changed files with 2 additions and 0 deletions

View file

@ -89,3 +89,4 @@ void <#watch_face_name#>_face_resign(movement_settings_t *settings, void *contex
// handle any cleanup before your watch face goes off-screen.
}

View file

@ -46,3 +46,4 @@ void <#watch_face_name#>_face_resign(movement_settings_t *settings, void *contex
})
#endif // <#WATCH_FACE_NAME#>_FACE_H_